Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 06a0d23

Browse files
committed
Add siphash24 module
1 parent 6c06428 commit 06a0d23

File tree

2 files changed

+461
-0
lines changed

2 files changed

+461
-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 sha1;
4545
pub mod sha256;
4646
pub mod sha512;
4747
pub mod sha256d;
48+
pub mod siphash24;
4849
pub mod cmp;
4950

5051
use std::{borrow, fmt, hash, io, ops};

0 commit comments

Comments
 (0)