pub struct SecurePrivateKey { /* private fields */ }Expand description
Secure wrapper for private key data that zeroizes on drop
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurePrivateKey
impl RefUnwindSafe for SecurePrivateKey
impl Send for SecurePrivateKey
impl Sync for SecurePrivateKey
impl Unpin for SecurePrivateKey
impl UnwindSafe for SecurePrivateKey
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