Crate groestl_aesni [] [src]

Implemenation of the Groestl hash function optimized for x86-64 systems with AES extensions. WARNING: CPU feature detection and portable fallback are left to user!

Currently this is a FFI wrapper over the optimized reference implementation.

Reexports

pub extern crate digest;

Structs

Groestl256

Traits

Digest

The Digest trait specifies an interface common for digest functions.