Skip to main content

Crate k12

Crate k12 

Source
Expand description

§RustCrypto: KangarooTwelve

crate Docs Apache2/MIT licensed Rust Version Build Status

Pure Rust implementation of the KangarooTwelve eXtendable-Output Function (XOF).

§License

The crate is licensed under either of:

at your option.

§Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Re-exports§

pub use digest;

Modules§

block_api
Block-level types

Structs§

Kt128
KT128 hasher.
Kt256
KT256 hasher.
Kt128Reader
KT128 XOF reader.
Kt256Reader
KT256 XOF reader.

Type Aliases§

KangarooTwelveDeprecated
KT128 hasher.
KangarooTwelveReaderDeprecated
KT128 XOF reader.