Skip to content
  • Tom Almeida's avatar
    stream: Fix chunking sensitivity. · d52d115a
    Tom Almeida authored
    This is a breaking change that will cause the major version to be
    bumped.
    
    - Rewrite `SeaHasher` to use its own inner state instead of the one in
    `buffer.rs`
    - Add tests for chunking for stream hashing
    - Add tests for ensuring the same result for streaming and block hashing
    - Add benchmark for stream hashing
    - Change `...` to `..=` in `buffer.rs`
    d52d115a