Enum ledger_mob_core::engine::RingState
source · pub enum RingState {
Init,
BuildRing(u8),
Execute,
Complete {
key_image: KeyImage,
c_zero: Scalar,
},
Error,
}
Expand description
Ring signing states
Variants§
Trait Implementations§
source§impl PartialEq<RingState> for RingState
impl PartialEq<RingState> for RingState
impl Copy for RingState
impl StructuralPartialEq for RingState
Auto Trait Implementations§
impl RefUnwindSafe for RingState
impl Send for RingState
impl Sync for RingState
impl Unpin for RingState
impl UnwindSafe for RingState
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