tree: e98fe3ab455cb2ae1e0e269510c524d68f40213b [path history] [tgz]
  1. src/
  2. .cargo-checksum.json
  3. Cargo.toml
  4. LICENSE
  5. Makefile
  6. README.md
  7. rustfmt.toml
  8. upload-docs.sh
third_party/rust_crates/vendor/sha1/README.md

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.