\file ctr_drbg.h This file contains CTR_DRBG definitions and functions. CTR_DRBG is a standardized way of building a PRNG from a block-cipher in counter mode operation, as defined in NIST SP 800-90A: Recommendation for Random Number Generation Using Deterministic Random Bit Generators. The Mbed TLS implementation of CTR_DRBG uses AES-256 (default) or AES-128 as the underlying block cipher. \warning Using 128-bit keys for CTR_DRBG limits the security of generated keys and operations that use random values generated to 128-bit security.