struct NonceRandomKey(Digest);
Tuple Fields§
§0: Digest
Implementations§
source§impl NonceRandomKey
impl NonceRandomKey
fn new( alg: &EcdsaSigningAlgorithm, seed: &Seed, rng: &dyn SecureRandom, ) -> Result<Self, KeyRejected>
Auto Trait Implementations§
impl Freeze for NonceRandomKey
impl RefUnwindSafe for NonceRandomKey
impl Send for NonceRandomKey
impl Sync for NonceRandomKey
impl Unpin for NonceRandomKey
impl UnwindSafe for NonceRandomKey
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