Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 175 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 175 Bytes

A Python implementation of HMAC_DRBG, as specified by NIST SP 800-90A.

Run test.py to test the implementation against NIST test vectors. See example.py for a simple example.