summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-20version 1.5.01.5.0Jack O'Connor
2023-09-19add a test for the new serde featureJack O'Connor
2023-09-19Add serde support for Hash behind optional featureRalph Minderhoud
2023-09-19don't default to NEON intrinsics in build.rs for big-endian targetsJack O'Connor
2023-09-19c/blake3_impl.h: don't try to do NEON on big-endian aarch64.Havard Eidnes
2023-09-19minor cleanup in Hasher docsJack O'Connor
2023-09-16make update_reader/mmap/mmap_rayon return selfJack O'Connor
2023-09-16replace the new file module with inherent methods on HasherJack O'Connor
2023-09-16move file operations from b3sum to blake3Banyc
2023-09-16document the `zeroize` Cargo featureJack O'Connor
2023-09-10stop using MIPS for big-endian testingJack O'Connor
2023-09-10update the MSRV for b3sum to 1.70.0Jack O'Connor
2023-09-10fix a build break in the blake3_c testsJack O'Connor
2023-09-10update dev-dependenciesJack O'Connor
2023-07-21blake3_dispatch: Fix race condition initializing g_cpu_features.Javier Blazquez
2023-07-16Remove unneeded digest/std in std featureElichai Turkel
2023-07-16Add tests for ZeroizeElichai Turkel
2023-07-16Implement Zeroize on exported typesElichai Turkel
2023-07-06version 1.4.11.4.1Jack O'Connor
2023-07-06update constant_time_eq to v0.3.0Jack O'Connor
2023-07-05retain the old NEON rotations in inline commentsJack O'Connor
2023-07-05NEON rot7/rot12 use shl+srisdlyyxy
2023-07-05NEON: only use __builtin_shufflevector on clangsdlyyxy
2023-07-05Improve NEON rot16/rot8sdlyyxy
2023-06-27Fix typo exendable -> extendable1f604
2023-06-17build(CMake): Rework NEON detectionHenrik S. Gaßmann
2023-06-17correct the VERSION in CMakeLists.txtJack O'Connor
2023-06-17build(CMake): Fix pkg-config directory specificationHenrik S. Gaßmann
2023-06-08version 1.4.01.4.0Jack O'Connor
2023-06-08update memmap2 to v0.7.0Jack O'Connor
2023-06-08factor out b3sum tests in ci.yml, to support a different MSRVJack O'Connor
2023-06-06add b3sum --seekJack O'Connor
2023-05-24build(cmake): Print the active SIMD configurationHenrik S. Gaßmann
2023-05-24build(cmake): Properly configure dispatcher for no SIMDHenrik S. Gaßmann
2023-05-24build(cmake): Correctly detect x86 and arm64 WindowsHenrik S. Gaßmann
2023-05-23Update c/CMakeLists.txtJack O'Connor
2023-05-23Update c/CMakeLists.txtJack O'Connor
2023-05-23Explicitly specify C symbol visibilityHenrik S. Gaßmann
2023-05-23Refactor CMake buildsystem to be portable and modernHenrik S. Gaßmann
2023-05-23Fix typosJoel Rosdahl
2023-05-01B3 usersJean-Philippe Aumasson
2023-05-01small doc tweakJack O'Connor
2023-05-01add `from_bytes` for conversions from `[u8; 32]`Eduardo Leegwater Simões
2023-05-01make `Hash::as_bytes` constEduardo Leegwater Simões
2023-05-01Fixed CI for CMake.SteveGremory
2023-05-01Added CI Support for the CMake build, Linux/macOS only (for now)SteveGremory
2023-05-01Minor changes to CMake, added SSE support. Added options to only make either ...SteveGremory
2023-05-01Fixed on macOSSteveGremory
2023-05-01Hotfix CMakeLists.txtSteveGremory
2023-05-01Added CMake support, CMakeLists.txt taken from issue 102SteveGremory