Skip to content
Tags give the ability to mark specific points in history as being important
  • v4.0.1
    Changelog:
    
    - Fix some chunking errors in `stream` implementation
        - Would previously not increment written bytes for 32-byte lengths
    
  • v4.0.0
    v4.0.0 changelog:
    
    - Fix chunking issues with streaming hash
    - Make `SeaHasher` use the same seeds as `hash()`
    - Add `Clone` and `Copy` to `SeaHasher`
    - Start using CI for integration testing