Skip to content
Tags give the ability to mark specific points in history as being important
  • v4.1.0
    94b632ae · release: v4.1.0 ·
    release: v4.1.0
    
    Joonas Koivunen (8):
          refactor: switch to criterion for benches
          refactor: simplify gigabyte to 4k
          refactor: use parametrized benches, throughput
          refactor: rename benches/gigabyte to plain bench
          refactor: rename bench fn, use 1024 as coefficient
          bench: add back backwards compat tests
          benches: fmt
          fix: make ptr reads read_unaligned
    
    Tom Almeida (2):
          stream: Index the remaining tail as a pointer instead of an array
          fmt: Run cargo fmt
    
    jRimbault (1):
          impl Write trait for the streaming SeaHasher
    
  • 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