aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2021-11-04add Hasher::countJack O'Connor
2021-10-29remove an incorrect commentJack O'Connor
2021-10-23update NEON docs in lib.rsJack O'Connor
2021-10-07Implement better target detection for NEONrsdy
2021-09-10clarify that OutputReader::position is equivalent to Seek::stream_positionJack O'Connor
2021-09-10link to the paper in the derive_key docsJack O'Connor
2021-07-25update README examplesJack O'Connor
2021-05-18upgrade to arrayvec 0.7.0Jack O'Connor
2021-05-18explicitly document the properties of short outputsJack O'Connor
2021-03-28more cleaup of undocumented APIJack O'Connor
2021-03-21implement Display for HashJack O'Connor
2021-03-21get rid of the standalone "*_rayon" functionsJack O'Connor
2021-03-21gate digest and crypto-mac implementations behind "traits-preview"Jack O'Connor
2021-03-20Rayon-related doc fixesJack O'Connor
2021-03-14add *_rayon methodsJack O'Connor
2021-03-14re-privatize the Join traitJack O'Connor
2021-02-28make derive_key() return an arrayJack O'Connor
2021-02-28impl PartialEq<[u8]> for HashJack O'Connor
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-10cargo fmtJack O'Connor
2020-08-31Merge pull request #110 from mkrupcale/sse2Samuel Neves
2020-08-31Implement `fmt::Debug` using buildersNikolai Vazquez
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-05-23fix another small mistake in the docsJack O'Connor
2020-04-01automatically fall back to the pure Rust buildJack O'Connor
2020-03-29refactor the Cargo feature setJack 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-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-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-18comment about parallelismJack O'Connor
2020-01-15Adding tests for error conditionsphayes
2020-01-15Updating from_hex to accept a &str instead of an ArrayStringphayes