aboutsummaryrefslogtreecommitdiff
path: root/src/platform.rs
AgeCommit message (Expand)Author
2019-12-12rename "offset" to "counter" and always increment it by 1Jack O'Connor
2019-12-12make the "c_avx512" feature a no-op on non-x86Jack O'Connor
2019-12-11switch to representing CVs as words for the compression functionJack O'Connor
2019-12-08silence an unreachable code warning when "c_neon" is in useJack O'Connor
2019-12-08add Rust FFI wrappers for AVX-512 and NEONJack O'Connor
2019-12-07add the OffsetDeltas type aliasJack O'Connor
2019-12-06get rid of the bitflags dependencyJack O'Connor
2019-12-04add hash/keyed_hash/derive_key and tests against reference_impl.rsJack O'Connor
2019-12-04add recursive subtree hashingJack O'Connor
2019-12-03implementation notesJack O'Connor
2019-12-03add struct ChunkStateJack O'Connor
2019-12-03switch from words to bytes in representing chaining valuesJack O'Connor
2019-12-03add no_std supportJack O'Connor
2019-12-03add platform.rsJack O'Connor