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
/
.github
Age
Commit message (
Expand
)
Author
2022-01-18
add a RAYON_NUM_THREADS=1 run to CI
Jack O'Connor
2021-10-21
add aarch64-apple-darwin builds to GitHub CI
Jack O'Connor
2021-10-12
Disable no_neon feature for C bindings as we can't propagate from cargo build
rsdy
2021-10-08
Add no_neon feature tests to CI
rsdy
2021-03-21
get rid of the standalone "*_rayon" functions
Jack O'Connor
2021-03-21
gate digest and crypto-mac implementations behind "traits-preview"
Jack O'Connor
2020-10-20
include example.c
Jack O'Connor
2020-09-29
add cross_test.sh for the C bindings
Jack O'Connor
2020-09-02
cover the no_sse2 flags in CI testing
Jack O'Connor
2020-08-31
add i586-unknown-linux-musl as a test target
Jack O'Connor
2020-08-31
fix a build break on x86 targets without guaranteed SSE2 support
Jack O'Connor
2020-07-20
rename the C Makefile to Makefile.testing
Jack O'Connor
2020-05-05
add newline and backslash escaping to b3sum output
Jack O'Connor
2020-04-28
build b3sum binaries in CI for new tags
Jack O'Connor
2020-04-11
print the compiler version in CI, for help with debugging
Jack O'Connor
2020-04-02
only run CI on branches and PRs, not tags
Jack O'Connor
2020-04-01
automatically fall back to the pure Rust build
Jack O'Connor
2020-03-31
turn all compiler warnings into errors in CI
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
add more --release mode testing
Jack O'Connor
2020-03-28
print instruction set support quietly
Jack O'Connor
2020-03-28
print out instruction set support in CI
Jack O'Connor
2020-03-28
add release assembly tests
Jack O'Connor
2020-03-24
disable fail-fast for cross tests too
Jack O'Connor
2020-02-12
more file renaming, use underscores more consistently
Jack O'Connor
2020-02-12
Rename assembly files (blake3-* -> blake3_*)
Erik Johansson
2020-02-12
add test_asm to the C Makefile
asm_integration2
Jack O'Connor
2020-02-12
integrate assembly implementations into blake3_c_rust_bindings
Jack O'Connor
2020-02-12
integrate assembly implementations into the blake3 crate
Jack O'Connor
2020-02-11
add cross testing on i686 to CI
Jack O'Connor
2020-02-07
add the Windows GNU toolchain to CI
Jack O'Connor
2020-02-06
stop skipping all other builds when one CI build fails
Jack O'Connor
2020-01-20
add the reference impl doc test to CI
Jack O'Connor
2020-01-20
test the BLAKE3_NO_* vars in CI
Jack O'Connor
2020-01-16
add blake3_c_rust_bindings for testing and benchmarking
Jack O'Connor
2020-01-10
enable CI on pull requests
Jack O'Connor
2020-01-09
merge the C code's ci.yml into the top level one
Jack O'Connor
2019-12-13
test release mode in CI
Jack O'Connor
2019-12-12
make the "c_avx512" feature a no-op on non-x86
Jack O'Connor
2019-12-12
initial version of b3sum
Jack O'Connor
2019-12-11
fix syntax errors in ci.yml
Jack O'Connor
2019-12-11
run the test vectors on cross tests (ARM, MIPS) on CI
Jack O'Connor
2019-12-11
fix bench tests running in the wrong directory
Jack O'Connor
2019-12-11
run test vectors and bench tests in the regular CI test matrix
Jack O'Connor
2019-12-11
test against test_vectors.json in CI
Jack O'Connor
2019-12-10
add `cargo +nightly test --benches` to CI
Jack O'Connor
2019-12-09
typo in ci.yml
Jack O'Connor
2019-12-09
set ARMv7 NEON compiler flags automatically
Jack O'Connor
2019-12-09
fix a syntax error in ci.yml
Jack O'Connor
[next]