- 31 Jan, 2020 3 commits
-
-
Tom Almeida authored
-
Tom Almeida authored
stream: Fix chunking sensitivity. Closes #1 See merge request !2
-
Tom Almeida authored
-
- 29 Jan, 2020 3 commits
-
-
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`
-
Tom Almeida authored
-
Tom Almeida authored
Fixes #4.
-
- 28 Jan, 2020 1 commit
-
-
Tom Almeida authored
- Fix warning about docstrings in function body. - Fix `helper::read_u64` on 32-bit systems. - Fix `buffer::pop` to rotate in the correct direction.
-
- 11 Apr, 2019 1 commit
-
-
Tom Almeida authored
Fix `buffer::pop` See merge request !1
-
- 10 Apr, 2019 3 commits
-
-
Philip Woolford authored
-
Philip Woolford authored
This fixes tests that fail when built on 32-bit systems.
-
Philip Woolford authored
The `pop()` function rotated the internal state in the wrong order, causing `pop()`s to overwrite `b`, `c` and `d` to be equal every time. This has been fixed, and the `mut a` has been removed from `push()` too.
-
- 27 Feb, 2019 1 commit
-
-
Tom Almeida authored
-
- 25 Feb, 2019 2 commits
-
-
Tom Almeida authored
-
Tom Almeida authored
-