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.
A Python implementation of HMAC_DRBG (see, NiST SP 800-90A).
PythonNOASSERTION
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.