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
Age
Commit message (
Expand
)
Author
2020-01-04
WIP switch to new permutation
permutation
Jack O'Connor
2020-01-04
turn on AVX-512 in the test vectors
Jack O'Connor
2020-01-04
comment punctuation nit
Jack O'Connor
2020-01-04
merge fix
JP Aumasson
2020-01-04
readme tweaks
JP Aumasson
2019-12-29
add the guts module to share code with Bao
Jack O'Connor
2019-12-28
make derive_key take a key of any length
Jack O'Connor
2019-12-24
switch back to counting trailing 0 bits
Jack O'Connor
2019-12-24
use self.flags instead of self.chunk_state.flags in the reference impl
Jack O'Connor
2019-12-24
switch from counting trailing 0 bits to counting trailing 1 bits
Jack O'Connor
2019-12-23
get rid of unnecessary variables in push_chunk_chaining_value
Jack O'Connor
2019-12-23
add a parent_cv helper function to the reference impl
Jack O'Connor
2019-12-23
switch to simplified rotations
Jack O'Connor
2019-12-22
rework push_chunk_chaining_value in terms of trailing 0's
Jack O'Connor
2019-12-15
add a readme link to b3sum
Jack O'Connor
2019-12-15
add a LICENSE file including CC0 and Apache 2.0
Jack O'Connor
2019-12-14
docs tweaks
Jack O'Connor
2019-12-14
a few more comments in reference_impl.rs
Jack O'Connor
2019-12-13
show the default value for b3sum --length
Jack O'Connor
2019-12-13
make the b3sum --help text wording more consistent
Jack O'Connor
2019-12-13
make b3sum --keyed and --derive-key read the key from stdin
Jack O'Connor
2019-12-13
fix another warning in b3sum --no-default-features
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-13
fix the doc tests build
Jack O'Connor
2019-12-13
add to b3sum/README.md
Jack O'Connor
2019-12-13
add --no-names to b3sum
Jack O'Connor
2019-12-13
expand the docs
Jack O'Connor
2019-12-13
rename 1_chunk benchmarks to 1_kib
Jack O'Connor
2019-12-13
add 2 KiB benchmarks
Jack O'Connor
2019-12-12
update MAX_DEPTH
Jack O'Connor
2019-12-12
fix benchmarks build
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
add some more description in README.md
Jack O'Connor
2019-12-12
make the "c_avx512" feature a no-op on non-x86
Jack O'Connor
2019-12-12
fix the test_vectors build
Jack O'Connor
2019-12-12
initial version of b3sum
Jack O'Connor
2019-12-12
struct OutputReader
Jack O'Connor
2019-12-11
fix syntax errors in ci.yml
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
fix bench tests running in the wrong directory
Jack O'Connor
2019-12-11
delete an unused import
Jack O'Connor
2019-12-11
run test vectors and bench tests in the regular CI test matrix
Jack O'Connor
2019-12-11
switch to representing CVs as words for the compression function
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
[next]