commit | 6d7fe00c7066d8d474981b21cdadb16f021d3e6a | [log] [tgz] |
---|---|---|
author | Jared <jamessenger@gmail.com> | Sun May 29 17:32:37 2016 -0700 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun May 29 19:32:37 2016 -0500 |
tree | f7b4010874132bec05b9a16f00f385f3d24636ae | |
parent | 502f8f39cbadf88ca6494e68f90e1b7e937cdb3e [diff] |
NIST SP 800-108 Counter Mode KDF (#2748) * 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.