summaryrefslogtreecommitdiff
path: root/test_vectors
AgeCommit message (Expand)Author
2023-05-23Fix typosJoel Rosdahl
2023-03-25upgrade all Cargo.toml files to edition=2021Jack O'Connor
2021-11-04add Hasher::countJack O'Connor
2021-03-28more cleaup of undocumented APIJack O'Connor
2021-02-28make derive_key() return an arrayJack O'Connor
2020-09-29add more test cases at shorter input lengthsJack O'Connor
2020-06-29stop being a jerk and add the context string to test_vectors.jsonJack O'Connor
2020-03-29refactor the Cargo feature setJack O'Connor
2020-02-12integrate assembly implementations into the blake3 crateJack O'Connor
2020-01-22add a larger test caseJack O'Connor
2020-01-12include the right context string in the test_vectors.json commentJack O'Connor
2020-01-09fix cross_test.shJack O'Connor
2020-01-05switch to the new permutationsJack O'Connor
2020-01-04turn on AVX-512 in the test vectorsJack O'Connor
2019-12-28make derive_key take a key of any lengthJack O'Connor
2019-12-12rename "offset" to "counter" and always increment it by 1Jack O'Connor
2019-12-12reduce the CHUNK_LEN from 2048 bytes to 1024 bytesJack O'Connor
2019-12-12fix the test_vectors buildJack O'Connor
2019-12-11run the test vectors on cross tests (ARM, MIPS) on CIJack O'Connor
2019-12-11account for Windows newlines when checking for test vector changesJack O'Connor
2019-12-11test_checked_in_vectors_up_to_dateJack O'Connor
2019-12-11test against test_vectors.json in CIJack O'Connor
2019-12-11check in test_vectors.jsonJack O'Connor
2019-12-11add the test_vectors sub-crateJack O'Connor