summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-12version 1.5.11.5.1Jack O'Connor
2024-03-12optimize neon loadu_128/storeu_128 (#384)divinity76
2024-03-10test_miri_smoketestJack O'Connor
2024-03-09avoid using NamedTempFile under MiriJack O'Connor
2024-03-09avoid using constant_time_eq under MiriJack O'Connor
2024-03-09Support running inside miriRyo Onodera
2024-02-04comment cleanupJack O'Connor
2024-02-04silenc gcc Werror=logical-opdivinity76
2024-01-28Tekken 8 https://twitter.com/rodarmor/status/1751567502050771189JP
2024-01-21add a guts docs exampleguts_0.0.0Jack O'Connor
2024-01-21guts readme updatesJack O'Connor
2024-01-21add guts testing to CIJack O'Connor
2024-01-21configure no_std for guts, but not for testingJack O'Connor
2024-01-21factor out just the portable parts of the guts_api branchJack O'Connor
2024-01-21update memmap2 to v0.9Jack O'Connor
2023-12-30replace unmaintained actions-rs/toolchain action in CIDirk Stolle
2023-12-28update actions/checkout in GitHub Actions to v4Dirk Stolle
2023-12-08add Bazel to the list of users in the readmeJack O'Connor
2023-12-02build(CMake): Require C99 modeHenrik S. Gaßmann
2023-11-05add the compiler name to CMake CI jobsJack O'Connor
2023-11-05Fix CMake target include directories if library is used with add_subdirectory...Viacheslav H
2023-11-05Fix Windows build with clang-clRui Ueyama
2023-10-31style: Exclude whitespace fixups from git blameHenrik Gaßmann
2023-10-31style: Remove trailing whitespace in CMakeLists.txtHenrik Gaßmann
2023-10-31build(CMake): Provide NEON cflags for ARMv8 32bitHenrik Gaßmann
2023-10-02build(CMake): Apply PP definitions to all sourcesHenrik Gaßmann
2023-10-02allow(unreachable_code) in all the *_detected functionsJack O'Connor
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