You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/25 03:09:51 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5837: libc: Implement getrandom on top of "/dev/[u]random"

pkarashchenko commented on pull request #5837:
URL: https://github.com/apache/incubator-nuttx/pull/5837#issuecomment-1078609547


   I think the good way is to support both as `getentropy` has a limitation of no more than 256 bytes buffer length, so may be still good for uuid, but we might avoid adding a loop of 256 byte chunks in cases with large buffers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org