Skip to main content

Mac

Type Alias Mac 

Source
type Mac = CtByteArray<MAC_LEN>;
Expand description

A message authentication code produced by MacKey::mac.

Aliased Typeยง

struct Mac(/* private fields */);