DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Add Threefish/Skein implementation #370

Open Tetralux opened 8 years ago

Tetralux commented 8 years ago

Developed by Bruce Schneier et al.

Threefish is a fast, tweakable block cipher. Skein is a secure hash function which uses Threefish.

The design specification for the Threefish cipher can be found in the design specification for Skein.

cbarcenas commented 7 years ago

I'm working on this and should have a pull request for Threefish out in a day or two.