fn signer(key_pair: KeyPair, noise: ?[noise_length]u8) IdentityElementError || KeyMismatchError || NonCanonicalError || WeakPublicKeyError!Signer
[src]
Create a Signer, that can be used for incremental signing. Note that the signature is not deterministic. The noise parameter, if set, should be something unique for each message, such as a random nonce, or a counter.