Struct dryoc::sign::IncrementalSigner
source · pub struct IncrementalSigner { /* private fields */ }
Expand description
Multi-part (incremental) interface for SigningKeyPair
.
Implementations§
source§impl 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
.