aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
AgeCommit message (Expand)Author
2019-12-28make derive_key take a key of any lengthJack O'Connor
2019-12-13silence another warning in the --no-default-features testsJack O'Connor
2019-12-13test release mode in CIJack O'Connor
2019-12-12update MAX_DEPTHJack O'Connor
2019-12-12rename "offset" to "counter" and always increment it by 1Jack O'Connor
2019-12-12struct OutputReaderJack O'Connor
2019-12-11switch to representing CVs as words for the compression functionJack O'Connor
2019-12-11test against test_vectors.json in CIJack O'Connor
2019-12-08unify the platform-specific tests and test AVX-512 and NEONJack O'Connor
2019-12-07provide BLAKS3_FUZZ_ITERATIONS for running a longer fuzz testJack O'Connor
2019-12-06add struct HasherJack O'Connor
2019-12-04add hash/keyed_hash/derive_key and tests against reference_impl.rsJack O'Connor
2019-12-04add a few tests for the arithmetic helpersJack O'Connor
2019-12-03switch from words to bytes in representing chaining valuesJack O'Connor
2019-12-02test_reference_impl_sizeJack O'Connor
2019-12-02add portable.rsJack O'Connor