Type Alias dryoc::kdf::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 */ }