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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2021-02-25
Cargo.toml: upgrade all non API breaking dependencies
Paul Grandperrin
2020-10-01
version 0.3.7
0.3.7
Jack O'Connor
2020-08-24
Start SSE2 implementation based on SSE4.1 version
Matthew Krupcale
2020-07-29
version 0.3.6
0.3.6
Jack O'Connor
2020-07-10
version 0.3.5
0.3.5
Jack O'Connor
2020-06-14
Bump digest to 0.9.0 and crypto-mac to 0.8.0
Justus K
2020-05-23
version 0.3.4
0.3.4
Jack O'Connor
2020-05-04
lower our required version of `cc`
Jack O'Connor
2020-04-28
version 0.3.3
0.3.3
Jack O'Connor
2020-04-14
version 0.3.2
0.3.2
Jack O'Connor
2020-04-02
version 0.3.1
0.3.1
Jack O'Connor
2020-04-01
automatically fall back to the pure Rust build
Jack O'Connor
2020-03-30
version 0.3.0
0.3.0
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-29
version 0.2.3
0.2.3
Jack O'Connor
2020-03-05
add an example of parsing a Hash from a hex string
Jack O'Connor
2020-02-25
version 0.2.2
0.2.2
Jack O'Connor
2020-02-14
version 0.2.1
0.2.1
Jack O'Connor
2020-02-12
version 0.2.0
0.2.0
Jack O'Connor
2020-02-12
integrate assembly implementations into the blake3 crate
Jack O'Connor
2020-02-06
Hasher::update_with_join
Jack O'Connor
2020-02-03
version 0.1.4
0.1.4
Jack O'Connor
2020-02-03
implement crypto_mac::Mac
Jack O'Connor
2020-02-02
implement traits from the digest crate
Jack O'Connor
2020-01-22
version 0.1.3
0.1.3
Jack O'Connor
2020-01-17
version 0.1.2
0.1.2
Jack O'Connor
2020-01-13
version 0.1.1
0.1.1
Jack O'Connor
2020-01-12
Use fixed-size constant_time_eq
Cesar Eduardo Barros
2020-01-10
Update license field in Cargo.toml
Brendan Molloy
2020-01-09
use the Apache-2.0 license in Cargo.toml
Jack O'Connor
2020-01-09
fill out Cargo.toml files for publication
0.1.0
Jack O'Connor
2019-12-12
make the "c_avx512" feature a no-op on non-x86
Jack O'Connor
2019-12-09
add ci.yml
Jack O'Connor
2019-12-08
feature comments in Cargo.toml
Jack O'Connor
2019-12-08
add Rust FFI wrappers for AVX-512 and NEON
Jack O'Connor
2019-12-06
get rid of the bitflags dependency
Jack O'Connor
2019-12-06
add struct Hasher
Jack O'Connor
2019-12-02
add portable.rs
Jack O'Connor