Contents:
Bases: object
object
Generate pseudorandom bytes without a generating function
Section 10.2.1.5.1, Page 56 (CTR_DRBG_Generate_algorithm)
num_bytes (int) – the number of random bytes requested
additional (bytes) – optional bytes to be mixed into the generation
pseudorandom bytes extracted from the DRBG of length num_bytes.
num_bytes
bytes