pub trait PZipKey { // Required methods fn kdf(&self) -> KeyDerivation; fn material(&self) -> &[u8] ⓘ; // Provided method fn tags(&self) -> PZipTags { ... } }
Wraps a KeyDerivation and input key material.
KeyDerivation