-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
DRBG without derivative function and full entropy #5654
Copy link
Copy link
Closed
Labels
triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Milestone
Description
The NIST standards talk about requiring full entropy when not using the df version. In NIST SP800-90C they have a General_DRBG_Generate that's a wrapper around DRBG_Generate that adds an extra full_entropy_request parameter. I was planning to just add that extra parameter to our generate function, but then I don't see how we would internally ever call it with that parameter set unless we have functions like get_entropy() also have that parameter. I currently don't see an other way to implement those requirements.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature