Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
sha1 0.6.0 - Docs.rs
[go: Go Back, main page]

sha1 0.6.0

Minimal implementation of SHA1 for Rust.
Documentation

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.