| Age | Commit message (Expand) | Author |
|---|---|---|
| 2019-12-12 | rename "offset" to "counter" and always increment it by 1 | Jack O'Connor |
| 2019-12-12 | make the "c_avx512" feature a no-op on non-x86 | Jack O'Connor |
| 2019-12-11 | switch to representing CVs as words for the compression function | Jack O'Connor |
| 2019-12-08 | silence an unreachable code warning when "c_neon" is in use | Jack O'Connor |
| 2019-12-08 | add Rust FFI wrappers for AVX-512 and NEON | Jack O'Connor |
| 2019-12-07 | add the OffsetDeltas type alias | Jack O'Connor |
| 2019-12-06 | get rid of the bitflags dependency | Jack O'Connor |
| 2019-12-04 | add hash/keyed_hash/derive_key and tests against reference_impl.rs | Jack O'Connor |
| 2019-12-04 | add recursive subtree hashing | Jack O'Connor |
| 2019-12-03 | implementation notes | Jack O'Connor |
| 2019-12-03 | add struct ChunkState | Jack O'Connor |
| 2019-12-03 | switch from words to bytes in representing chaining values | Jack O'Connor |
| 2019-12-03 | add no_std support | Jack O'Connor |
| 2019-12-03 | add platform.rs | Jack O'Connor |
