sdigit / python-hmac-drbg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:Python 100.0%