Skip to content

Commit 2a60194

Browse files
committed
Add SHA-3 cryptographic hash implementation with tests
Provides a new `sha3` module along with a `Digest` implementation.
1 parent a8e09a4 commit 2a60194

File tree

2 files changed

+6771
-0
lines changed

2 files changed

+6771
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub mod salsa20;
4545
pub mod scrypt;
4646
pub mod sha1;
4747
pub mod sha2;
48+
pub mod sha3;
4849
mod simd;
4950
pub mod sosemanuk;
5051
mod step_by;

0 commit comments

Comments
 (0)