aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
AgeCommit message (Expand)Author
2021-11-05fix incorrect output / undefined behavior in Windows SSE2 assemblyJack O'Connor
2021-05-18upgrade to arrayvec 0.7.0Jack O'Connor
2021-03-21implement Display for HashJack O'Connor
2021-03-21get rid of the standalone "*_rayon" functionsJack O'Connor
2021-03-14add *_rayon methodsJack O'Connor
2021-03-14re-privatize the Join traitJack O'Connor
2021-02-28make derive_key() return an arrayJack O'Connor
2021-02-25Cargo.toml: upgrade all non API breaking dependenciesPaul Grandperrin
2021-02-04rename ParseError to HexError and update docsJack O'Connor
2021-02-04implement Error for ParseError, make it opaque, and support from_hex(&[u8])Jack O'Connor
2021-02-03merge "Adding from_hex and implementing FromStr for Hash"Jack O'Connor
2020-09-29add more test cases at shorter input lengthsJack O'Connor
2020-02-12test a couple more reset() casesJack O'Connor
2020-02-11use a non-zero value for counter when testing hash_many with parentsJack O'Connor
2020-02-06Hasher::update_with_joinJack O'Connor
2020-02-02add Hasher::resetJack O'Connor
2020-01-22add a larger test caseJack O'Connor
2020-01-16add blake3_c_rust_bindings for testing and benchmarkingJack O'Connor
2020-01-15Adding tests for error conditionsphayes
2020-01-15Updating from_hex to accept a &str instead of an ArrayStringphayes
2020-01-14Adding from_hex and implementing FromStr for Hashphayes
2020-01-11disambiguate the two testJack O'Connor
2020-01-09test_msg_schedule_permutationJack O'Connor
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