Module sarkara::hash [] [src]

Hashing.

Sarkara use BLAKE2b, it based on ChaCha stream cipher, have good performance and security.

Reexports

pub use self::blake2::Blake2b;

Modules

blake2

blake2.

Traits

GenericHash

GenericHash trait, allow set output length and key.

Hash

Hash trait.