Crate strobe_rs[][src]

Structs

AuthError

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

OpFlags

Operation flags defined in the Strobe paper. This is defined as a bitflags struct.

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.