Skip to content

Add RNG implementation #42

@sirkrypt0

Description

@sirkrypt0

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:

int fido_get_random(void *buf, size_t len) {
// TODO: Implement randomness here according to the standard.
return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions