Skip to content

Commit 09c7ac3

Browse files
committed
Merge pull request #75 from ebfe/poly1305
add Poly1305
2 parents 9587c83 + d8353df commit 09c7ac3

File tree

3 files changed

+404
-0
lines changed

3 files changed

+404
-0
lines changed

src/rust-crypto/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub mod hmac;
2727
pub mod mac;
2828
pub mod md5;
2929
pub mod pbkdf2;
30+
pub mod poly1305;
3031
pub mod rc4;
3132
pub mod salsa20;
3233
pub mod scrypt;

0 commit comments

Comments
 (0)