commit | e2c1c0fb8cb91b18597496b00df6a23b77f4affa | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Aug 22 09:37:32 2017 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Aug 22 12:37:32 2017 -0400 |
tree | 9c4dbdc20ac56f9a3a41ccbcc6423e47e8dd8f47 | |
parent | 22bedaafa70283e3efd735b3fba667172a25310f [diff] |
add blake2b/blake2s support for hmac (#3873) * add blake2b/blake2s support for hmac This was a bug, but it turns out the noise protocol suggests using the HMAC construction with BLAKE2 (rather than BLAKE2's own keyed functionality) for a few reasons, so we should support it. * actually test the thing