[][src]Crate strobe_rs

Structs

AuthError

An empty struct that just indicates that an error occurred in verifying a MAC

Strobe

The main Strobe object. This is currently limited to using Keccak-f[1600] as the internal permutation function. For more information on this object, the protocol specification is a great resource.

Enums

SecParam

Security parameter. Choice of 128 or 256 bits.

Constants

STROBE_VERSION

Version of Strobe that this crate implements.