Commit 579a40b
authored
Update src/BLAKE3 digest to c54ee7e
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>1 parent 157fbec commit 579a40b
1 file changed
+1
-1
lines changed- .cargo/config.toml+2
- .github/workflows/ci.yml+257-102
- .github/workflows/tag.yml+3-5
- Cargo.toml+39-17
- LICENSE_A2-128
- LICENSE_A2LLVM+219
- LICENSE_CC0+121
- README.md+38-31
- b3sum/Cargo.lock+175-196
- b3sum/Cargo.toml+5-6
- b3sum/LICENSE_A2+1
- b3sum/LICENSE_A2LLVM+1
- b3sum/LICENSE_CC0+1
- b3sum/README.md+1
- b3sum/src/main.rs+88-45
- b3sum/src/unit_tests.rs+53-7
- b3sum/tests/cli_tests.rs+180-113
- b3sum/what_does_check_do.md+16-3
- benches/bench.rs+116-10
- build.rs+115-23
- c/.gitignore+3
- c/CMakeLists.txt+246-62
- c/CMakePresets.json+73
- c/README.md+107-25
- c/blake3-config.cmake.in+10-1
- c/blake3.c+82-48
- c/blake3.h+6-2
- c/blake3_avx512.c+173-5
- c/blake3_avx512_x86-64_unix.S+2.2k
- c/blake3_c_rust_bindings/Cargo.toml+5-2
- c/blake3_c_rust_bindings/benches/bench.rs+85-1
- c/blake3_c_rust_bindings/build.rs+90-27
- c/blake3_c_rust_bindings/src/lib.rs+27
- c/blake3_c_rust_bindings/src/test.rs+127-1
- c/blake3_dispatch.c+29-2
- c/blake3_impl.h+50-2
- c/blake3_neon.c+8-9
- c/blake3_tbb.cpp+37
- c/cmake/BLAKE3/ContinuousIntegration.cmake+235
- c/cmake/BLAKE3/Examples.cmake+13
- c/cmake/BLAKE3/Testing.cmake+3
- c/cmake/BLAKE3/Utils.cmake+21
- c/dependencies/CMakeLists.txt+3
- c/dependencies/tbb/CMakeLists.txt+28
- c/example.c+1-2
- c/example_tbb.c+57
- c/libblake3.pc.in+5-5
- reference_impl/reference_impl.rs+7-16
- src/ffi_avx2.rs+18-16
- src/ffi_avx512.rs+82-27
- src/ffi_neon.rs+14-12
- src/ffi_sse2.rs+39-27
- src/ffi_sse41.rs+39-27
- src/guts.rs+3-44
- src/hazmat.rs+715
- src/io.rs+3-18
- src/join.rs+1-1
- src/lib.rs+272-84
- src/platform.rs+109-56
- src/rust_avx2.rs+321-299
- src/rust_sse2.rs+527-491
- src/rust_sse41.rs+520-486
- src/test.rs+255-28
- src/wasm32_simd.rs+803
- test_vectors/Cargo.toml+1
- test_vectors/src/lib.rs+7-9
- tools/release.md+1-1
0 commit comments