Trait hpke::kdf::Kdf

source ·
pub trait Kdf {
    const KDF_ID: u16;
}
Expand description

Represents key derivation functionality

Required Associated Constants§

source

const KDF_ID: u16

The algorithm identifier for a KDF implementation

Object Safety§

This trait is not object safe.

Implementors§