You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During capability registration for SP800-90A DRBG tests, a single entropyInputLen parameter selects the entropy input size during both instantiate and reseed tests. In practice, these length are not necessarily the same. I'm currently looking at an implementation that has a fixed and distinct entropy requirement during these 2 functions, but I am unable to translate that into a matching capability registration.
Is there any chance that in the future it will be possible to register a distinct entropyInputLen for instantiate and reseed, respectively, e.g. something like entropyInputLenInstantiate and entropyInputLenReseed?
The text was updated successfully, but these errors were encountered:
Related to this section: https://usnistgov.github.io/ACVP/draft-vassilev-acvp-drbg.html#name-property-registration
During capability registration for SP800-90A DRBG tests, a single
entropyInputLen
parameter selects the entropy input size during bothinstantiate
andreseed
tests. In practice, these length are not necessarily the same. I'm currently looking at an implementation that has a fixed and distinct entropy requirement during these 2 functions, but I am unable to translate that into a matching capability registration.Is there any chance that in the future it will be possible to register a distinct
entropyInputLen
forinstantiate
andreseed
, respectively, e.g. something likeentropyInputLenInstantiate
andentropyInputLenReseed
?The text was updated successfully, but these errors were encountered: