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
2021-02-28
EXPERIMENTAL: change derive_key() to use const generics
derive_key_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-09-10
cargo fmt
Jack O'Connor
2020-08-31
add the dynamic check for SSE2 support
Jack O'Connor
2020-08-31
fix a build break on x86 targets without guaranteed SSE2 support
Jack O'Connor
2020-08-31
Merge pull request #110 from mkrupcale/sse2
Samuel Neves
2020-08-31
Implement `fmt::Debug` using builders
Nikolai Vazquez
2020-08-25
Write _mm_blend_epi16 emulation without multiplication
Matthew Krupcale
2020-08-24
Fix unreachable expression compiler warning
Matthew Krupcale
2020-08-24
SSE2 intrinsic: emulate _mm_blend_epi16 SSE4.1 intrinsic with SSE2 intrinsics
Matthew Krupcale
2020-08-24
Start SSE2 implementation based on SSE4.1 version
Matthew Krupcale
2020-08-14
the same hex example for rustdocs
Jack O'Connor
2020-06-26
shrink a stack array that's twice as big as it needs to be
Jack O'Connor
2020-06-14
a little bit of cleanup and more testing
Jack O'Connor
2020-06-14
Replace std::io::copy with clone_from_slice
Justus K
2020-06-14
Bump digest to 0.9.0 and crypto-mac to 0.8.0
Justus K
2020-05-23
fix another small mistake in the docs
Jack O'Connor
2020-04-11
print the compiler version in CI, for help with debugging
Jack O'Connor
2020-04-10
unbreak neon benchmarks
Jack O'Connor
2020-04-01
automatically fall back to the pure Rust build
Jack O'Connor
2020-03-29
add testing-only flags to disable individual instruction sets
Jack O'Connor
2020-03-29
refactor the Cargo feature set
Jack O'Connor
2020-03-28
print out instruction set support in CI
Jack O'Connor
2020-03-05
add an example of parsing a Hash from a hex string
Jack O'Connor
2020-02-27
some comment typos
Jack O'Connor
2020-02-25
remove a mis-optimization that hurt performance for uneven updates
Jack O'Connor
2020-02-12
add a performance note and a usage example for Hasher
Jack O'Connor
2020-02-12
document optional Cargo features on docs.rs
Jack O'Connor
2020-02-12
integrate assembly implementations into the blake3 crate
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-10
avoid compiling avx512_detected() when the "c_avx512" feature is disabled
Jack O'Connor
2020-02-06
Hasher::update_with_join
Jack O'Connor
2020-02-04
re-export digest and crypto_mac
Jack O'Connor
2020-02-03
Inline wrapper methods
Cesar Eduardo Barros
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
[next]