aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-10add `cargo +nightly test --benches` to CIJack O'Connor
2019-12-09typo in ci.ymlJack O'Connor
2019-12-09set ARMv7 NEON compiler flags automaticallyJack O'Connor
2019-12-09fix a syntax error in ci.ymlJack O'Connor
2019-12-09add a README badge for CIJack O'Connor
2019-12-09add ci.ymlJack O'Connor
2019-12-09typoJP Aumasson
2019-12-08s/subtree_stack/cv_stack/ in reference_impl.rsJack O'Connor
2019-12-08silence an unreachable code warning when "c_neon" is in useJack O'Connor
2019-12-08add benchmarks for AVX-512 and NEONJack O'Connor
2019-12-08feature comments in Cargo.tomlJack O'Connor
2019-12-08unify the platform-specific tests and test AVX-512 and NEONJack O'Connor
2019-12-08add Rust FFI wrappers for AVX-512 and NEONJack O'Connor
2019-12-08vendor C code from BLAKE3-cJack O'Connor
2019-12-07fix a bad assertJack O'Connor
2019-12-07fix the benchmarks buildJack O'Connor
2019-12-07add the OffsetDeltas type aliasJack O'Connor
2019-12-07add reference impl benchmarksJack O'Connor
2019-12-07provide BLAKS3_FUZZ_ITERATIONS for running a longer fuzz testJack O'Connor
2019-12-07github fixesJP Aumasson
2019-12-06add many_parents benchmarksJack 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-05kaby lake graph, readme editJP Aumasson
2019-12-05Merge pull request #1 from veorq/jp/contributingJean-Philippe Aumasson
2019-12-04add hash/keyed_hash/derive_key and tests against reference_impl.rsJack O'Connor
2019-12-04add a few tests for the arithmetic helpersJack O'Connor
2019-12-04add recursive subtree hashingJack O'Connor
2019-12-04tweaksJP Aumasson
2019-12-04move authors to readmeJP Aumasson
2019-12-04readme draft and benchmarkJP Aumasson
2019-12-04contributingJP Aumasson
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-02test_reference_impl_sizeJack O'Connor
2019-12-02add portable.rsJack O'Connor
2019-12-02add the reference implementationJack O'Connor
2019-12-02initial commitJack O'Connor