Skip to content

DRBG without derivative function and full entropy #5654

@kroeckx

Description

@kroeckx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triaged: featureThe issue/pr requests/adds a feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions