Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Implementation of Threefish complete #5

Merged
merged 1 commit into from
May 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ it will support even more in the future. Currently supported algorithms include:
* Sha2 (All fixed output size variants)
* Sha3
* Sosemanuk
* Threefish
* Whirlpool
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub mod sha3;
mod simd;
pub mod sosemanuk;
mod step_by;
pub mod threefish;
pub mod symmetriccipher;
pub mod util;
pub mod whirlpool;
Expand Down