1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-27 05:41:05 +02:00
BLAKE3/test_vectors/src
Jack O'Connor 2fac7447e0 make derive_key take a key of any length
The previous version of this API called for a key of exactly 256 bits.
That's good for optimal performance, but it would mean losing the
use-with-other-algorithms property for applications whose input keys are
a different size. There's no way for an abstraction over the previous
version to provide reliable domain separation for the "extract" step.
2019-12-28 17:56:29 -06:00
..
bin test_checked_in_vectors_up_to_date 2019-12-11 11:04:41 -05:00
lib.rs make derive_key take a key of any length 2019-12-28 17:56:29 -06:00