pub struct PrfDetails {
pub key_length: KdfPrfKeyLen,
pub target_length: KdfPrfTargetLen,
}
Expand description
KDF details for PRF
Fields§
§key_length: KdfPrfKeyLen
§target_length: KdfPrfTargetLen
Trait Implementations§
Source§impl Clone for PrfDetails
impl Clone for PrfDetails
Source§fn clone(&self) -> PrfDetails
fn clone(&self) -> PrfDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrfDetails
impl Debug for PrfDetails
Source§impl Default for PrfDetails
impl Default for PrfDetails
Source§fn default() -> PrfDetails
fn default() -> PrfDetails
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrfDetails
impl PartialEq for PrfDetails
impl StructuralPartialEq for PrfDetails
Auto Trait Implementations§
impl Freeze for PrfDetails
impl RefUnwindSafe for PrfDetails
impl Send for PrfDetails
impl Sync for PrfDetails
impl Unpin for PrfDetails
impl UnwindSafe for PrfDetails
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more