pub struct MlDsaSecretKey(pub Box<[u8; 4032]>);Expand description
ML-DSA-65 secret key
Tuple Fields§
§0: Box<[u8; 4032]>Implementations§
Trait Implementations§
Source§impl Clone for MlDsaSecretKey
impl Clone for MlDsaSecretKey
Source§impl Debug for MlDsaSecretKey
impl Debug for MlDsaSecretKey
Source§impl<'de> Deserialize<'de> for MlDsaSecretKey
impl<'de> Deserialize<'de> for MlDsaSecretKey
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Drop for MlDsaSecretKey
impl Drop for MlDsaSecretKey
Source§impl Serialize for MlDsaSecretKey
impl Serialize for MlDsaSecretKey
Auto Trait Implementations§
impl Freeze for MlDsaSecretKey
impl RefUnwindSafe for MlDsaSecretKey
impl Send for MlDsaSecretKey
impl Sync for MlDsaSecretKey
impl Unpin for MlDsaSecretKey
impl UnwindSafe for MlDsaSecretKey
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