aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
AgeCommit message (Expand)Author
2024-08-19test_compare_reference_impl_long_xofJack O'Connor
2024-08-18delete portable::xof_many and blake3_xof_many_portableJack O'Connor
2024-08-18test that xof_many doesn't write more blocks than requestedJack O'Connor
2024-08-15test_fuzz_xofJack O'Connor
2024-08-15integrate xof_many with the Rust implementation and with Rust and C testsJack O'Connor
2024-07-14Revert "serialize Hash with serde_bytes"Jack O'Connor
2024-07-10update CBOR tests per @BurningEnlightenment's suggestionsJack O'Connor
2024-07-09serialize Hash with serde_bytesJack O'Connor
2024-03-10test_miri_smoketestJack O'Connor
2024-03-09avoid using NamedTempFile under MiriJack O'Connor
2023-09-19add a test for the new serde featureJack O'Connor
2023-09-16make update_reader/mmap/mmap_rayon return selfJack O'Connor
2023-09-16replace the new file module with inherent methods on HasherJack O'Connor
2023-07-16Add tests for ZeroizeElichai Turkel
2023-05-23Fix typosJoel Rosdahl
2023-05-01add `from_bytes` for conversions from `[u8; 32]`Eduardo Leegwater Simões
2022-11-22test multiple initial counter values for hash_manyJack O'Connor
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