| Crates.io | inc-sha1 |
| lib.rs | inc-sha1 |
| version | 0.1.0 |
| created_at | 2020-10-26 06:29:57.864835+00 |
| updated_at | 2020-10-26 06:29:57.864835+00 |
| description | Incremental SHA-1 calculation |
| homepage | |
| repository | https://gitlab.com/Hawk777/inc-sha1 |
| max_upload_size | |
| id | 305502 |
| size | 481,430 |
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.