Class Nettle.AES128_CTR_DRBG
- Description
Minimal implementation of NIST SP800-90Ar1 pseudo random number generator CTR_DRBG using AES-128. No personalization, nounces or additional data are supported.
- See also
- Variable
reseed_interval
int(1..281474976710656)
Nettle.AES128_CTR_DRBG.reseed_interval- Description
The number of times random_string can be called before a reseeding is forced. The number needs to be in the range of 1..1<<48.
- See also
- Variable
reseed_interval
int(1..281474976710656)
Nettle.AES128_CTR_DRBG.reseed_interval- Description
The number of times random_string can be called before a reseeding is forced. The number needs to be in the range of 1..1<<48.
- See also