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