Crate threefish

Source
Expand description

Pure Rust implementation of the Threefish block ciphers.

§⚠️ Security Warning: Hazmat!

This crate implements only the low-level block cipher function, and is intended for use for implementing higher-level constructions only. It is NOT intended for direct use in applications.

USE AT YOUR OWN RISK!

Structs§

Threefish256
Threefish-256 block cipher.
Threefish512
Threefish-512 block cipher.
Threefish1024
Threefish-1024 block cipher.