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
- Host: GitHub
- URL: https://github.com/brson/rust-sha2
- Owner: brson
- Created: 2016-05-06T18:07:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T20:52:40.000Z (about 10 years ago)
- Last Synced: 2024-12-15T17:51:16.496Z (over 1 year ago)
- Language: Rust
- Size: 604 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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