aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_kbkdf.py
Commit message (Collapse)AuthorAgeFilesLines
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+151
* NIST SP 800-108 Counter Mode and Feedback Mode KDF * CounterKDF unit tests * Refactor to support multiple key based KDF modes. * Extracting supported algorithms for KBKDF Counter Mode test vectors * Adding support for different rlen and counter location in KBKDF * support for multiple L lengths and 24 bit counter length. * Adding KBKDF Documentation. * Refactoring KBKDF to KBKDFHMAC to describe hash algorithm used.