Enum rust_cryptoauthlib::SignMode [−][src]
pub enum SignMode { External(Vec<u8>), Internal(SignEcdsaParam), }
Expand description
The mode of calling the ECDSA signature function
Variants
The input parameter is hash to be signed
Internal(SignEcdsaParam)
Auto Trait Implementations
impl RefUnwindSafe for SignMode
impl Send for SignMode
impl Sync for SignMode
impl Unpin for SignMode
impl UnwindSafe for SignMode
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,