pub struct ScryptMnemonic { /* private fields */ }Expand description
A mnemonic similar to BIP39, but using scrypt instead of PBKDF2 for the key derivation.
Trait Implementations§
Source§impl Debug for ScryptMnemonic
impl Debug for ScryptMnemonic
Source§impl Mnemonic for ScryptMnemonic
impl Mnemonic for ScryptMnemonic
Auto Trait Implementations§
impl Freeze for ScryptMnemonic
impl RefUnwindSafe for ScryptMnemonic
impl Send for ScryptMnemonic
impl Sync for ScryptMnemonic
impl Unpin for ScryptMnemonic
impl UnwindSafe for ScryptMnemonic
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