úΡ-unknownstable#Vincent Hanquez <vincent@snarc.org>None*An opaque object containing an AES CPRNG      unknownstable#Vincent Hanquez <vincent@snarc.org>None*AES Counter mode Pseudo random generator. :Provide a very good Cryptographic pseudo random generator 6 that create pseudo random output based an AES cipher > used in counter mode, initialized from random key, random IV  and random nonce. DThis CPRG uses 64 bytes of pure entropy to create its random state. FBy default, this generator will automatically reseed after generating  1 megabyte of data. in number of generated block %make an AES RNG from an EntropyPool. use , to not have to deal with the entropy pool. 3Initialize a new AES RNG using the system entropy.  {-= DEPRECATED makeSystem "use cprgCreate with an entropy pool" -} +get a Random number of bytes from the RNG. E it generate randomness by block of chunkSize bytes and will returns 0 a block bigger or equal to the size requested. generate a random set of bytes       cprng-aes-0.5.2Crypto.Random.AESCtrCrypto.Random.AESCtr.InternalAESRNGmake makeSystemRNGWord128getNbChunksGeneratedput128get128xor128add64 makeParams chunkSize genNextChunkaesrngThresholdgenRandomBytesState genRanBytes aesrngState aesrngEntropy aesrngCachemakeFromgenRanBytesNoCheckreseedThreshold$fRandomGenAESRNG $fCPRGAESRNG $fShowAESRNG