pub trait Kdf { const KDF_ID: u16; }
Represents key derivation functionality
The algorithm identifier for a KDF implementation