drbg
There are 10 repositories under drbg topic.
macmcmeans/isaacCSPRNG
🔣 ISAAC is a fast, seedable, cryptographically secure pseudo-random number generator (CSPRNG) and synchronous stream cipher.
RyuaNerin/go-krypto
🔒 go cryptographic library collects algorithms designed in Republic of Korea (SEED, ARIA, HIGHT, LEA, HAS160, LSH256, LSH512, KCDSA, EC-KCDSA)
jedisct1/aes-stream
A fast AES-PRF based secure random-number generator
ANSSI-FR/libdrbg
A portable library implementing NIST SP 800-90A DRBGs
popcornell/pyAES_DRBG
Cryptographically Secure AES DRBG NIST SP 800-90A, Rev 1 pseudo-random number generator (PRNG) in Pure Python
abhinava/intel-drng
This project illustrates the use of Intel's DRNG capabilities for random number generation.
smuellerDD/xdrbg
XDRBG random number generator using SHAKE256
tfpf/hash-drbg
Cryptographically secure pseudorandom number generator for C, C++ and Python with global-state (thread-unsafe) and thread-safe variants, implementing NIST SP 800-90A. Provided as an installable package.
Stassi/seeded
Seedable pseudorandom number generator (PRNG).
Tomahawkd/DRBG
Deterministic Random Bit Generator