| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-26 | update ccache reference to official release notes URL | Joel Rosdahl | |
| 2025-10-21 | replace the dead link to JNI bindings | Jack O'Connor | |
| 2025-05-29 | fix link to cryptography FM interview | TW | |
| the old link isn't working and visiting it starts with a security warning from the browser... | |||
| 2025-04-20 | more entries in the Adoption section | Jack O'Connor | |
| 2025-04-15 | alphabetical ordering | Jack O'Connor | |
| 2025-04-15 | Added Clickhouse to the adoption list | Shivji Kumar Jha | |
| 2025-03-18 | README.md tweaks | Jack O'Connor | |
| 2025-03-16 | Misc textual improvements | Ivan Boldyrev | |
| 2025-03-14 | Include nix under Adoption & deployment | silvanshade | |
| 2025-03-13 | README.md and c/README.md edits related to multithreading | Jack O'Connor | |
| 2025-03-13 | Implement TBB-based parallelism for C lib | silvanshade | |
| 2024-09-14 | heading fix, C2SP | JP Aumasson | |
| 2024-09-04 | link to yesterday's interview | Jack O'Connor | |
| 2024-06-01 | clean up the licenses section of the readme | Jack O'Connor | |
| 2024-05-31 | multilicensing for LLVM | JP | |
| 2024-01-28 | Tekken 8 https://twitter.com/rodarmor/status/1751567502050771189 | JP | |
| 2023-12-08 | add Bazel to the list of users in the readme | Jack O'Connor | |
| 2023-05-01 | B3 users | Jean-Philippe Aumasson | |
| 2022-09-03 | alephium | Jean-Philippe Aumasson | |
| 2022-07-19 | Fix and shorten link | Ricardo Fernández Serrata | |
| 2022-07-19 | Add direct link to multithreading section | Ricardo Fernández Serrata | |
| 2022-06-10 | clarify README - BLAKE3 is a feature of OpenZFS now | Tino Reichardt | |
| 2022-04-17 | clarify "modern" in the README | Jack O'Connor | |
| 2022-04-17 | s/Usage/Adoption/ | Jack O'Connor | |
| There's another section called "Usage", so this is a little bit clearer. | |||
| 2022-04-17 | users | JP Aumasson | |
| 2022-04-12 | slight simplification in the README example code | Jack O'Connor | |
| 2022-03-05 | link to reference impl ports from the main readme too | Jack O'Connor | |
| 2021-09-17 | linkfix | JP Aumasson | |
| 2021-09-10 | replace an assert!(... != ...) with an assert_ne! | Jack O'Connor | |
| 2021-07-25 | update README examples | Jack O'Connor | |
| 2020-12-06 | link to JNI bindings also | Jack O'Connor | |
| 2020-12-06 | Add a link to the .NET version | Alexandre Mutel | |
| 2020-12-02 | clarify the derive_key example to discourage passwords | Jack O'Connor | |
| 2020-10-16 | make account names into links | Jack O'Connor | |
| 2020-10-16 | link to the Cryptography FM interview | Jack O'Connor | |
| 2020-09-24 | tweak the readme description of the benchmark chart | Jack O'Connor | |
| 2020-09-15 | add a docs.rs badge | Jack O'Connor | |
| 2020-09-01 | s/multi-threading/multithreading/ | Jack O'Connor | |
| 2020-09-01 | mention @mkrupcale's SSE2 implementation in the readme | Jack O'Connor | |
| 2020-08-19 | assembly authorship in the README | Jack O'Connor | |
| 2020-08-14 | tweak the readme hex example | Jack O'Connor | |
| 2020-08-14 | How to access the hex inside the Hash() | Alexx Roche | |
| blake3::hash(b"str") -> Hash(hex) and I want the `hex` stripped out from the Hash() as a str | |||
| 2020-05-15 | link to the test vectors from the README | Jack O'Connor | |
| 2020-04-28 | build b3sum binaries in CI for new tags | Jack O'Connor | |
| These configs and code are adapted from the CI workflow in https://github.com/oconnor663/blake3-py, especially the upload_github_release_asset.py script, which is copied verbatim. | |||
| 2020-04-01 | automatically fall back to the pure Rust build | Jack O'Connor | |
| There are two scenarios where compiling AVX-512 C or assembly code might not work: 1. There might not be a C compiler installed at all. Most commonly this is either in cross-compiling situations, or with the Windows GNU target. 2. The installed C compiler might not support e.g. -mavx512f, because it's too old. In both of these cases, print a relevant warning, and then automatically fall back to using the pure Rust intrinsics build. Note that this only affects x86 targets. Other targets always use pure Rust, unless the "neon" feature is enabled. | |||
| 2020-03-30 | put the CI badge back down in the README | Jack O'Connor | |
| 2020-03-29 | add testing-only flags to disable individual instruction sets | Jack O'Connor | |
| This lets CI test a wider range of possible SIMD support settings. | |||
| 2020-03-29 | refactor the Cargo feature set | Jack O'Connor | |
| The biggest change here is that assembly implementations are enabled by default. Added features: - "pure" (Pure Rust, with no C or assembly implementations.) Removed features: - "c" (Now basically the default.) Renamed features; - "c_prefer_intrinsics" -> "prefer_intrinsics" - "c_neon" -> "neon" Unchanged: - "rayon" - "std" (Still the only feature on by default.) | |||
| 2020-03-17 | correct a comment | Jack O'Connor | |
| 2020-03-16 | add links to other implementations in the readme | Jack O'Connor | |
