Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post-merge changes to SP 800-56A KDF (GH #1040) | Jack Lloyd | 2017-05-06 | 1 | -65/+65 |
| | | | | | | | Instead of using a template split the KDF into two different classes that both call a template utility function to actually run the KDF algo. Simplify the "empty salt" logic and avoid having to instantiate a hash object just to get the hash block size. | ||||
* | Align with comments from code review | Krzysztof Kwiatkowski | 2017-05-04 | 1 | -4/+4 |
| | |||||
* | Use uint64_t to represent 32-bit number (fixes unittests) | Krzysztof Kwiatkowski | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Krzysztof Kwiatkowski | 2017-05-03 | 1 | -1/+3 |
| | |||||
* | SP800-56A revision 2 implementation | Krzysztof Kwiatkowski | 2017-05-03 | 1 | -16/+62 |
| | |||||
* | Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ↵ | Krzysztof Kwiatkowski | 2017-05-03 | 1 | -0/+51 |
should be extended to revision 2. |