/python-hmac-drbg

A Python implementation of HMAC_DRBG (see, NiST SP 800-90A).

Primary LanguagePythonOtherNOASSERTION

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.