An open API service indexing awesome lists of open source software.

https://github.com/brson/rust-sha2

SHA-2 in pure Rust
https://github.com/brson/rust-sha2

Last synced: 10 months ago
JSON representation

SHA-2 in pure Rust

Awesome Lists containing this project

README

          

SHA-2 in pure Rust.

Originally from [rust-crypto]. This has the advantage of not depending
on native components, so it should work everywhere without effort.

[Documentation].

[rust-crypto]: https://github.com/DaGenix/rust-crypto
[Documentation]: https://brson.github.com/rust-sha2/sha2

## License

MIT/Apache-2.0