| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-02-12 | integrate assembly implementations into the blake3 crate | Jack O'Connor | |
| 2020-02-04 | add a link in the README to bar_chart.py | Jack O'Connor | |
| Closes https://github.com/BLAKE3-team/BLAKE3/issues/53. | |||
| 2020-01-27 | link to the C implementation from the README | Jack O'Connor | |
| 2020-01-13 | a bit of README formatting | Jack O'Connor | |
| 2020-01-13 | mention the default output size in the README | Jack O'Connor | |
| 2020-01-13 | add a CI badge | Jack O'Connor | |
| 2020-01-09 | link directly to the blake3.pdf file in the spec repo | Jack O'Connor | |
| 2020-01-08 | tweaks again | Jack O'Connor | |
| 2020-01-08 | more wording tweaks in README.md | Jack O'Connor | |
| 2020-01-08 | baokeshed -> bao | Jack O'Connor | |
| 2020-01-08 | BLAKE3.svg and B3.svg | Jack O'Connor | |
| 2020-01-08 | readme fixes | JP Aumasson | |
| 2020-01-08 | emphasis | JP Aumasson | |
| 2020-01-08 | tweaks | JP Aumasson | |
| 2020-01-08 | tweaks | JP Aumasson | |
| 2020-01-07 | tweak the intellectual property wording | Jack O'Connor | |
| 2020-01-07 | replace `sha256sum` with `openssl sha256`, for macOS compatibility | Jack O'Connor | |
| 2020-01-07 | fill out the Usage section of the README | Jack O'Connor | |
| 2020-01-07 | username typo | Jack O'Connor | |
| 2020-01-06 | s/zcash/ecc | JP Aumasson | |
| 2020-01-05 | pwd hash | JP Aumasson | |
| 2020-01-05 | readme tweaks, sponsors | JP Aumasson | |
| 2020-01-05 | README wording tweaks | Jack O'Connor | |
| 2020-01-05 | update the throughput graph | Jack O'Connor | |
| 2020-01-05 | copyrights | JP Aumasson | |
| 2020-01-05 | edits to README.md | Jack O'Connor | |
| 2020-01-04 | merge fix | JP Aumasson | |
| 2020-01-04 | readme tweaks | JP Aumasson | |
| 2019-12-15 | add a readme link to b3sum | Jack O'Connor | |
| 2019-12-14 | docs tweaks | Jack O'Connor | |
