Trait rust_kbkdf::PseudoRandomFunctionKey
source · [−]pub trait PseudoRandomFunctionKey {
type KeyHandle;
fn key_handle(&self) -> &Self::KeyHandle;
}Expand description
Defines how a PseudoRandomFunction handles a key
Required Associated Types
Required Methods
fn key_handle(&self) -> &Self::KeyHandle
fn key_handle(&self) -> &Self::KeyHandle
Returns the key handle held by this instance