pub unsafe extern "C" fn OQS_randombytes_nist_kat_init_256bit(
    entropy_input: *const u8,
    personalization_string: *const u8
)
Expand description

Initializes the NIST DRBG with a given seed and with 256-bit security.

@param[in] entropy_input The seed; must be exactly 48 bytes @param[in] personalization_string An optional personalization string; may be NULL; if not NULL, must be at least 48 bytes long