Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 263 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 263 Bytes

rust-sha1

Minimal implementation of SHA1 for Rust.

Right now SHA1 is quite frequently used and many things want to have an implementation of it, that does not pull in too much other stuff.

This is largely based on the hash code in crypto-rs by Koka El Kiwi.