pub enum KeyCryptoAlgorithm {
Secp256k1,
Babyjubjub,
}
Expand description
Key crypto algorithm.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for KeyCryptoAlgorithm
impl RefUnwindSafe for KeyCryptoAlgorithm
impl Send for KeyCryptoAlgorithm
impl Sync for KeyCryptoAlgorithm
impl Unpin for KeyCryptoAlgorithm
impl UnwindSafe for KeyCryptoAlgorithm
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