commit | 858a429d88c7e35ecd224a98bfda2c3dd428ae1f | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Jan 06 17:55:27 2018 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jan 06 18:55:27 2018 -0500 |
tree | a0770fc5150d2b9918a5b99b94c146051dc9ab1e | |
parent | 323f2ad66befb13ec3b31b5ab99c9448b9a6b067 [diff] |
The HKDF limit is actually 255 * digest_length_in_bytes (#4037) * The HKDF limit is actually 255 * digest_length_in_bytes Previously we had a bug where we divided digest_size by 8...but HashAlgorithm.digest_size is already in bytes. * test longer output * changelog