Type Alias StackKdf

Source
pub type StackKdf = Kdf<Key, Context>;
Expand description

Stack-allocated type alias for Kdf. Provided for convenience.

Aliased Typeยง

struct StackKdf { /* private fields */ }