Struct dryoc::sign::IncrementalSigner
source · pub struct IncrementalSigner { /* private fields */ }
Expand description
Multi-part (incremental) interface for SigningKeyPair
.
Implementations
sourceimpl IncrementalSigner
impl IncrementalSigner
sourcepub fn update<Message: Bytes>(&mut self, message: &Message)
pub fn update<Message: Bytes>(&mut self, message: &Message)
Updates the state for this incremental signer with message
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IncrementalSigner
impl Send for IncrementalSigner
impl Sync for IncrementalSigner
impl Unpin for IncrementalSigner
impl UnwindSafe for IncrementalSigner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more