aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-28EXPERIMENTAL: change derive_key() to use const genericsderive_key_arrayJack O'Connor
2021-02-25Cargo.toml: upgrade all non API breaking dependenciesPaul Grandperrin
2021-02-04rename ParseError to HexError and update docsJack O'Connor
2021-02-04implement Error for ParseError, make it opaque, and support from_hex(&[u8])Jack O'Connor
2021-02-03merge "Adding from_hex and implementing FromStr for Hash"Jack O'Connor
2020-09-29add more test cases at shorter input lengthsJack O'Connor
2020-09-10cargo fmtJack O'Connor
2020-08-31add the dynamic check for SSE2 supportJack O'Connor
2020-08-31fix a build break on x86 targets without guaranteed SSE2 supportJack O'Connor
2020-08-31Merge pull request #110 from mkrupcale/sse2Samuel Neves
2020-08-31Implement `fmt::Debug` using buildersNikolai Vazquez
2020-08-25Write _mm_blend_epi16 emulation without multiplicationMatthew Krupcale
2020-08-24Fix unreachable expression compiler warningMatthew Krupcale
2020-08-24SSE2 intrinsic: emulate _mm_blend_epi16 SSE4.1 intrinsic with SSE2 intrinsicsMatthew Krupcale
2020-08-24Start SSE2 implementation based on SSE4.1 versionMatthew Krupcale
2020-08-14the same hex example for rustdocsJack O'Connor
2020-06-26shrink a stack array that's twice as big as it needs to beJack O'Connor
2020-06-14a little bit of cleanup and more testingJack O'Connor
2020-06-14Replace std::io::copy with clone_from_sliceJustus K
2020-06-14Bump digest to 0.9.0 and crypto-mac to 0.8.0Justus K
2020-05-23fix another small mistake in the docsJack O'Connor
2020-04-11print the compiler version in CI, for help with debuggingJack O'Connor
2020-04-10unbreak neon benchmarksJack O'Connor
2020-04-01automatically fall back to the pure Rust buildJack O'Connor
2020-03-29add testing-only flags to disable individual instruction setsJack O'Connor
2020-03-29refactor the Cargo feature setJack O'Connor
2020-03-28print out instruction set support in CIJack O'Connor
2020-03-05add an example of parsing a Hash from a hex stringJack O'Connor
2020-02-27some comment typosJack O'Connor
2020-02-25remove a mis-optimization that hurt performance for uneven updatesJack O'Connor
2020-02-12add a performance note and a usage example for HasherJack O'Connor
2020-02-12document optional Cargo features on docs.rsJack O'Connor
2020-02-12integrate assembly implementations into the blake3 crateJack O'Connor
2020-02-12test a couple more reset() casesJack O'Connor
2020-02-11use a non-zero value for counter when testing hash_many with parentsJack O'Connor
2020-02-10avoid compiling avx512_detected() when the "c_avx512" feature is disabledJack O'Connor
2020-02-06Hasher::update_with_joinJack O'Connor
2020-02-04re-export digest and crypto_macJack O'Connor
2020-02-03Inline wrapper methodsCesar Eduardo Barros
2020-02-03make the inherent reset() method return &mut selfJack O'Connor
2020-02-03implement crypto_mac::MacJack O'Connor
2020-02-02mention the digest traits in the docsJack O'Connor
2020-02-02implement traits from the digest crateJack O'Connor
2020-02-02add Hasher::resetJack O'Connor
2020-01-22add a larger test caseJack O'Connor
2020-01-21expand comments about lazy mergingJack O'Connor
2020-01-21stack size in the optimized impl should be MAX_DEPTH + 1Jack O'Connor
2020-01-20double the maximum incremental subtree sizeJack O'Connor
2020-01-19manually prefetch message blocksSamuel Neves
2020-01-18comment about parallelismJack O'Connor