index
:
github.com/BLAKE3-team/BLAKE3
0.1.5_branch
asm
asm_integration2
atomic_features
avx512_debug
bench_406668786
bg_reader
break_big_endian
cargo_lock
cet
ci
clang-cl-cross-compilation
clang-cl-cross-compilation-without-tests
codeql
codex/port-blake3_xof_many_avx512-to-windows
derive_key_array
export
fix_sse2
from-slice-with-tryfrom
gcc5.4
guts_api
guts_riscv
jakub-zwolakowski-tis-ci
kernel
kernel2
kernel_gather
master
mmap_fromthefront
more_guts
more_warnings
movd
no_output_struct
offload
old_fromthefront
permutation
purpose_string
refresh
rust_bindings_tbb
rust_bindings_tbb_llfio
spec_example_generator
test_cmake_ci
trigger_sse2
usage
use_guts
werror
xof
xof_integration
BLAKE3 is a cryptographic hash function
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test.rs
Age
Commit message (
Expand
)
Author
2024-08-19
test_compare_reference_impl_long_xof
Jack O'Connor
2024-08-18
delete portable::xof_many and blake3_xof_many_portable
Jack O'Connor
2024-08-18
test that xof_many doesn't write more blocks than requested
Jack O'Connor
2024-08-15
test_fuzz_xof
Jack O'Connor
2024-08-15
integrate xof_many with the Rust implementation and with Rust and C tests
Jack O'Connor
2024-07-14
Revert "serialize Hash with serde_bytes"
Jack O'Connor
2024-07-10
update CBOR tests per @BurningEnlightenment's suggestions
Jack O'Connor
2024-07-09
serialize Hash with serde_bytes
Jack O'Connor
2024-03-10
test_miri_smoketest
Jack O'Connor
2024-03-09
avoid using NamedTempFile under Miri
Jack O'Connor
2023-09-19
add a test for the new serde feature
Jack O'Connor
2023-09-16
make update_reader/mmap/mmap_rayon return self
Jack O'Connor
2023-09-16
replace the new file module with inherent methods on Hasher
Jack O'Connor
2023-07-16
Add tests for Zeroize
Elichai Turkel
2023-05-23
Fix typos
Joel Rosdahl
2023-05-01
add `from_bytes` for conversions from `[u8; 32]`
Eduardo Leegwater Simões
2022-11-22
test multiple initial counter values for hash_many
Jack O'Connor
2021-11-05
fix incorrect output / undefined behavior in Windows SSE2 assembly
Jack O'Connor
2021-05-18
upgrade to arrayvec 0.7.0
Jack O'Connor
2021-03-21
implement Display for Hash
Jack O'Connor
2021-03-21
get rid of the standalone "*_rayon" functions
Jack O'Connor
2021-03-14
add *_rayon methods
Jack O'Connor
2021-03-14
re-privatize the Join trait
Jack O'Connor
2021-02-28
make derive_key() return an array
Jack O'Connor
2021-02-25
Cargo.toml: upgrade all non API breaking dependencies
Paul Grandperrin
2021-02-04
rename ParseError to HexError and update docs
Jack O'Connor
2021-02-04
implement Error for ParseError, make it opaque, and support from_hex(&[u8])
Jack O'Connor
2021-02-03
merge "Adding from_hex and implementing FromStr for Hash"
Jack O'Connor
2020-09-29
add more test cases at shorter input lengths
Jack O'Connor
2020-02-12
test a couple more reset() cases
Jack O'Connor
2020-02-11
use a non-zero value for counter when testing hash_many with parents
Jack O'Connor
2020-02-06
Hasher::update_with_join
Jack O'Connor
2020-02-02
add Hasher::reset
Jack O'Connor
2020-01-22
add a larger test case
Jack O'Connor
2020-01-16
add blake3_c_rust_bindings for testing and benchmarking
Jack O'Connor
2020-01-15
Adding tests for error conditions
phayes
2020-01-15
Updating from_hex to accept a &str instead of an ArrayString
phayes
2020-01-14
Adding from_hex and implementing FromStr for Hash
phayes
2020-01-11
disambiguate the two test
Jack O'Connor
2020-01-09
test_msg_schedule_permutation
Jack O'Connor
2019-12-28
make derive_key take a key of any length
Jack O'Connor
2019-12-13
silence another warning in the --no-default-features tests
Jack O'Connor
2019-12-13
test release mode in CI
Jack O'Connor
2019-12-12
update MAX_DEPTH
Jack O'Connor
2019-12-12
rename "offset" to "counter" and always increment it by 1
Jack O'Connor
2019-12-12
struct OutputReader
Jack O'Connor
2019-12-11
switch to representing CVs as words for the compression function
Jack O'Connor
2019-12-11
test against test_vectors.json in CI
Jack O'Connor
2019-12-08
unify the platform-specific tests and test AVX-512 and NEON
Jack O'Connor
2019-12-07
provide BLAKS3_FUZZ_ITERATIONS for running a longer fuzz test
Jack O'Connor
[next]