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
/
test_vectors
Age
Commit message (
Expand
)
Author
2021-02-28
EXPERIMENTAL: change derive_key() to use const generics
derive_key_array
Jack O'Connor
2020-09-29
add more test cases at shorter input lengths
Jack O'Connor
2020-06-29
stop being a jerk and add the context string to test_vectors.json
Jack O'Connor
2020-03-29
refactor the Cargo feature set
Jack O'Connor
2020-02-12
integrate assembly implementations into the blake3 crate
Jack O'Connor
2020-01-22
add a larger test case
Jack O'Connor
2020-01-12
include the right context string in the test_vectors.json comment
Jack O'Connor
2020-01-09
fix cross_test.sh
Jack O'Connor
2020-01-05
switch to the new permutations
Jack O'Connor
2020-01-04
turn on AVX-512 in the test vectors
Jack O'Connor
2019-12-28
make derive_key take a key of any length
Jack O'Connor
2019-12-12
rename "offset" to "counter" and always increment it by 1
Jack O'Connor
2019-12-12
reduce the CHUNK_LEN from 2048 bytes to 1024 bytes
Jack O'Connor
2019-12-12
fix the test_vectors build
Jack O'Connor
2019-12-11
run the test vectors on cross tests (ARM, MIPS) on CI
Jack O'Connor
2019-12-11
account for Windows newlines when checking for test vector changes
Jack O'Connor
2019-12-11
test_checked_in_vectors_up_to_date
Jack O'Connor
2019-12-11
test against test_vectors.json in CI
Jack O'Connor
2019-12-11
check in test_vectors.json
Jack O'Connor
2019-12-11
add the test_vectors sub-crate
Jack O'Connor