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
Age
Commit message (
Expand
)
Author
2020-02-10
avoid compiling avx512_detected() when the "c_avx512" feature is disabled
Jack O'Connor
2020-02-03
make the inherent reset() method return &mut self
Jack O'Connor
2020-02-03
implement crypto_mac::Mac
Jack O'Connor
2020-02-02
mention the digest traits in the docs
Jack O'Connor
2020-02-02
implement traits from the digest crate
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-21
expand comments about lazy merging
Jack O'Connor
2020-01-21
stack size in the optimized impl should be MAX_DEPTH + 1
Jack O'Connor
2020-01-20
double the maximum incremental subtree size
Jack O'Connor
2020-01-19
manually prefetch message blocks
Samuel Neves
2020-01-18
comment about parallelism
Jack O'Connor
2020-01-16
add blake3_c_rust_bindings for testing and benchmarking
Jack O'Connor
2020-01-12
Inline trivial functions
Cesar Eduardo Barros
2020-01-12
Use fixed-size constant_time_eq
Cesar Eduardo Barros
2020-01-11
disambiguate the two test
Jack O'Connor
2020-01-10
correct the comments around SIMD rotations
Jack O'Connor
2020-01-09
delete the previous vendored C files and repoint the Rust code
Jack O'Connor
2020-01-09
test_msg_schedule_permutation
Jack O'Connor
2020-01-08
code comment
JP Aumasson
2020-01-07
simplify the docs example
Jack O'Connor
2020-01-05
switch to the new permutations
Jack O'Connor
2020-01-05
warn not to use derive_key with passwords
Jack O'Connor
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-23
switch to simplified rotations
Jack O'Connor
2019-12-14
docs tweaks
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
expand the docs
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-12
make the "c_avx512" feature a no-op on non-x86
Jack O'Connor
2019-12-12
struct OutputReader
Jack O'Connor
2019-12-11
delete an unused import
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
silence an unreachable code warning when "c_neon" is in use
Jack O'Connor
2019-12-08
add benchmarks for AVX-512 and NEON
Jack O'Connor
2019-12-08
unify the platform-specific tests and test AVX-512 and NEON
Jack O'Connor
2019-12-08
add Rust FFI wrappers for AVX-512 and NEON
Jack O'Connor
2019-12-08
vendor C code from BLAKE3-c
Jack O'Connor
2019-12-07
fix a bad assert
Jack O'Connor
2019-12-07
add the OffsetDeltas type alias
Jack O'Connor
2019-12-07
provide BLAKS3_FUZZ_ITERATIONS for running a longer fuzz test
Jack O'Connor
2019-12-06
add bench.rs
Jack O'Connor
2019-12-06
get rid of the bitflags dependency
Jack O'Connor
2019-12-06
add struct Hasher
Jack O'Connor
[next]