Module rand

Source

Re-exports§

pub use super::common::OQS_STATUS;

Constants§

OQS_RAND_alg_openssl
OQS_RAND_alg_system

Functions§

OQS_randombytes
Fills the given memory with the requested number of (pseudo)random bytes.
OQS_randombytes_custom_algorithm
Switches OQS_randombytes to use the given function.
OQS_randombytes_switch_algorithm
Switches OQS_randombytes to use the specified algorithm.