pub type HmacSha256Key = SimpleSymmetricKey<192, 1024, 8>;
Aliased Type§
struct HmacSha256Key {
pub secret: Vec<u8>,
}
Fields§
§secret: Vec<u8>
Trait Implementations
Source§impl<const SIZE_MIN: u32, const SIZE_MAX: u32, const SIZE_MULTIPLE: u32> Clone for SimpleSymmetricKey<SIZE_MIN, SIZE_MAX, SIZE_MULTIPLE>
impl<const SIZE_MIN: u32, const SIZE_MAX: u32, const SIZE_MULTIPLE: u32> Clone for SimpleSymmetricKey<SIZE_MIN, SIZE_MAX, SIZE_MULTIPLE>
Source§fn clone(&self) -> SimpleSymmetricKey<SIZE_MIN, SIZE_MAX, SIZE_MULTIPLE>
fn clone(&self) -> SimpleSymmetricKey<SIZE_MIN, SIZE_MAX, SIZE_MULTIPLE>
Returns a copy 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 more