Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 416 Bytes

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