Skip to content

popcornell/pyAES_DRBG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES DRBG SP 800-90A, Rev 1 NIST


Pure Python implementation of AES-based Deterministic Random Number Generator.


Compliant with the NIST SP 800-90A Rev 1 Standard.


Currently supporting Version with No Derivation Function


Requirements:

  • pyaes >= 1.3.0
  • Python Version > 3

About

Cryptographically Secure AES DRBG NIST SP 800-90A, Rev 1 pseudo-random number generator (PRNG) in Pure Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages