Function dryoc::classic::crypto_sign::crypto_sign_update
source · pub fn crypto_sign_update(state: &mut SignerState, message: &[u8])
Expand description
Updates the signature for state
with message
.
pub fn crypto_sign_update(state: &mut SignerState, message: &[u8])
Updates the signature for state
with message
.