Crate wring_twistree

Crate wring_twistree 

Source
Expand description

Wring is a whole-message cipher and Twistree is a hash function. They use the same key space; keys may be up to 96 bytes long (they can be arbitrarily long, but longer keys can be susceptible to related-key attacks). The user-facing modules are wring and twistree; the others are internals.

Modulesยง

twistree
Twistree is a keyed hash function. All the user interface is in the Twistree class.
wring
Wring is a whole-message cipher. All the user interface is in the Wring class.