-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, we do not provide any RNG implementation in software.
It may be useful to add one, which, however, would require some sort of entropy function. This must be implemented by the user of the library for the respective board.
See the following section in the code:
Lines 14 to 17 in 1916feb
| int fido_get_random(void *buf, size_t len) { | |
| // TODO: Implement randomness here according to the standard. | |
| return 0; | |
| } |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request