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.

Parameters

key_pair: KeyPair,
noise: ?[noise_length]u8,