inc-sha1 0.1.0

Incremental SHA-1 calculation
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented1 out of 5 items with examples
  • Size
  • Source code size: 481.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 208.67 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Hawk777/inc-sha1
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Hawk777

Overview

inc-sha1 is a library for incrementally calculating an SHA-1 hash value. It uses the sha crate but encapsulates handling of partial blocks and final padding so that the application can simply write any number of blocks of bytes of any length and ask for a final hash value.