A Signer is used to incrementally compute a signature. It can be obtained from a KeyPair
, using the signer()
function.
Functions
fn finalize(self: *Signer) IdentityElementError || NonCanonicalError!Signature
Compute a signature over the entire message.