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

Commit e7960ec

Browse files
authored
Merge pull request #46 from stevenroose/siphash
Add siphash24 module
2 parents 5f88390 + 8c1b0b3 commit e7960ec

File tree

2 files changed

+465
-0
lines changed

2 files changed

+465
-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)