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
/
reference_impl
Age
Commit message (
Expand
)
Author
2020-01-15
more consistent use of Self in the reference impl
Jack O'Connor
2020-01-14
add comments to the reference impl
Jack O'Connor
2020-01-10
Fix misspelled words_from_little_endian_bytes
Leonard Buskin
2020-01-09
switch the reference impl to use the single permutation
Jack O'Connor
2020-01-05
switch to the new permutations
Jack O'Connor
2020-01-04
comment punctuation nit
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-22
rework push_chunk_chaining_value in terms of trailing 0's
Jack O'Connor
2019-12-14
a few more comments in reference_impl.rs
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
reduce the CHUNK_LEN from 2048 bytes to 1024 bytes
Jack O'Connor
2019-12-08
s/subtree_stack/cv_stack/ in reference_impl.rs
Jack O'Connor
2019-12-06
add struct Hasher
Jack O'Connor
2019-12-02
add the reference implementation
Jack O'Connor