| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-30 | add the `hazmat` module and deprecate the undocumented `guts` module | Jack O'Connor | |
| https://github.com/BLAKE3-team/BLAKE3/pull/458 | |||
| 2025-03-18 | make the test_vectors tests WASM-compatible | Jack O'Connor | |
| 2023-05-23 | Fix typos | Joel Rosdahl | |
| 2023-03-25 | upgrade all Cargo.toml files to edition=2021 | Jack O'Connor | |
| The MSRV is already 1.60, so this doesn't affect much. The only impact to other code is that we no longer need to explicitly import TryInto. | |||
| 2021-11-04 | add Hasher::count | Jack O'Connor | |
| 2021-03-28 | more cleaup of undocumented API | Jack O'Connor | |
| 2021-02-28 | make derive_key() return an array | Jack O'Connor | |
| 2020-09-29 | add more test cases at shorter input lengths | Jack O'Connor | |
| 2020-06-29 | stop being a jerk and add the context string to test_vectors.json | Jack O'Connor | |
| 2020-01-22 | add a larger test case | Jack O'Connor | |
| One thing I like to test is that, if I hack simd_degree to be higher than MAX_SIMD_DEGREE, assertions fire. This requires a test case long enough to exceed that number of chunks. | |||
| 2020-01-12 | include the right context string in the test_vectors.json comment | Jack O'Connor | |
| I must've written the comment one way, and then changed the context string later, without realizing that I'd copied it. Apologies to everyone whose time I wasted with this. Fixes https://github.com/BLAKE3-team/BLAKE3/issues/15. | |||
| 2019-12-28 | make derive_key take a key of any length | Jack O'Connor | |
| 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-12 | fix the test_vectors build | Jack O'Connor | |
| 2019-12-11 | account for Windows newlines when checking for test vector changes | Jack O'Connor | |
| 2019-12-11 | test_checked_in_vectors_up_to_date | Jack O'Connor | |
| 2019-12-11 | test against test_vectors.json in CI | Jack O'Connor | |
| 2019-12-11 | add the test_vectors sub-crate | Jack O'Connor | |
