DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Add SHA-3 cryptographic hash implementation with tests #346

Closed sciyoshi closed 8 years ago

sciyoshi commented 8 years ago

Provides a new sha3 module along with a Digest implementation. This closes #10 @DaGenix

DaGenix commented 8 years ago

Thanks! This is great! Sorry for taking so long to get back to you.