inc-sha1

Crates.ioinc-sha1
lib.rsinc-sha1
version0.1.0
sourcesrc
created_at2020-10-26 06:29:57.864835
updated_at2020-10-26 06:29:57.864835
descriptionIncremental SHA-1 calculation
homepage
repositoryhttps://gitlab.com/Hawk777/inc-sha1
max_upload_size
id305502
size481,430
Christopher Head (Hawk777)

documentation

README

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.

Commit count: 4

cargo fmt