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-07-30
support compilers without __has_include
cet
Samuel Neves
2020-07-20
clarify multithreading support in the C readme
Jack O'Connor
2020-07-20
rename the C Makefile to Makefile.testing
Jack O'Connor
2020-07-10
version 0.3.5
0.3.5
Jack O'Connor
2020-06-29
stop being a jerk and add the context string to test_vectors.json
Jack O'Connor
2020-06-27
Merge pull request #96 from BLAKE3-team/cet
Samuel Neves
2020-06-27
enable CET on asm
Samuel Neves
2020-06-26
shrink a stack array that's twice as big as it needs to be
Jack O'Connor
2020-06-24
put the file name in b3sum error output
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-26
link to prebuilt binaries from the b3sum README
Jack O'Connor
2020-05-25
all-capitalize "FILE" in the b3sum help output
Jack O'Connor
2020-05-25
avoid repeating a string
Jack O'Connor
2020-05-23
fix another small mistake in the docs
Jack O'Connor
2020-05-23
fix a typo in the docs
Jack O'Connor
2020-05-23
add a test comment
Jack O'Connor
2020-05-23
version 0.3.4
0.3.4
Jack O'Connor
2020-05-23
remove an extra space in some help text
Jack O'Connor
2020-05-23
use wild::args_os to support globbing on Windows
Jack O'Connor
2020-05-23
add support for --quiet to `b3sum --check`
Jack O'Connor
2020-05-16
some more clarifications in the --check docs
Jack O'Connor
2020-05-15
clarify the replacement character example
Jack O'Connor
2020-05-15
small typo
Jack O'Connor
2020-05-15
finish the --check documentation
Jack O'Connor
2020-05-15
link to the test vectors from the README
Jack O'Connor
2020-05-14
start documenting the --check flag
Jack O'Connor
2020-05-14
enable clap default features
Jack O'Connor
2020-05-14
clarify that --no-mmap disables threading
Jack O'Connor
2020-05-14
print per-file errros more gracefuly in --check
Jack O'Connor
2020-05-13
print more compiler version info in CI
Jack O'Connor
2020-05-13
refactor b3sum to support --check
Jack O'Connor
2020-05-13
switch from assert_cmd to CARGO_BIN_EXE_*
Jack O'Connor
2020-05-12
add parse_check_line
Jack O'Connor
2020-05-12
stop printing the lossy warning
Jack O'Connor
2020-05-05
add newline and backslash escaping to b3sum output
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-28
build b3sum binaries in CI for new tags
Jack O'Connor
2020-04-14
version 0.3.2
0.3.2
Jack O'Connor
2020-04-13
refactor build.rs
Jack O'Connor
2020-04-12
Do not require AVX512DQ
Samuel Neves
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-02
only run CI on branches and PRs, not tags
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-31
move prototypes to shared header file, and make all local functions static.
Samuel Neves
2020-03-31
turn all compiler warnings into errors in CI
Jack O'Connor
[next]