aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2020-01-04WIP switch to new permutationpermutationJack O'Connor
2019-12-29add the guts module to share code with BaoJack O'Connor
2019-12-28make derive_key take a key of any lengthJack O'Connor
2019-12-14docs tweaksJack O'Connor
2019-12-13fix the doc tests buildJack O'Connor
2019-12-13expand the docsJack O'Connor
2019-12-12update MAX_DEPTHJack O'Connor
2019-12-12rename "offset" to "counter" and always increment it by 1Jack O'Connor
2019-12-12reduce the CHUNK_LEN from 2048 bytes to 1024 bytesJack O'Connor
2019-12-12make the "c_avx512" feature a no-op on non-x86Jack O'Connor
2019-12-12struct OutputReaderJack O'Connor
2019-12-11switch to representing CVs as words for the compression functionJack O'Connor
2019-12-11test against test_vectors.json in CIJack O'Connor
2019-12-08add Rust FFI wrappers for AVX-512 and NEONJack O'Connor
2019-12-07fix a bad assertJack O'Connor
2019-12-07add the OffsetDeltas type aliasJack O'Connor
2019-12-06add bench.rsJack O'Connor
2019-12-06get rid of the bitflags dependencyJack O'Connor
2019-12-06add struct HasherJack 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-03add struct OutputJack 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 struct HashJack O'Connor
2019-12-03add platform.rsJack O'Connor
2019-12-03add avx2.rsJack O'Connor
2019-12-02add sse41.rsJack O'Connor
2019-12-02add portable.rsJack O'Connor