pub struct RatchetEntropy(/* private fields */);Expand description
A minted ratchet is 32 CSPRNG bytes used as an X25519 secret (RNS 1.4.2 Identity._generate_ratchet); move-only, deliberately without Debug.
Implementations§
Trait Implementations§
Source§impl Drop for RatchetEntropy
impl Drop for RatchetEntropy
Auto Trait Implementations§
impl Freeze for RatchetEntropy
impl RefUnwindSafe for RatchetEntropy
impl Send for RatchetEntropy
impl Sync for RatchetEntropy
impl Unpin for RatchetEntropy
impl UnsafeUnpin for RatchetEntropy
impl UnwindSafe for RatchetEntropy
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