Interface ISigner
- Namespace
- Concordium.Sdk.Crypto
- Assembly
- Concordium.Sdk.dll
Implementers of this interface hold keys for signing data.
public interface ISigner
Methods
Sign(byte[])
Signs bytes using concrete implementation of a sign key.
byte[] Sign(byte[] bytes)
Parameters
bytes
byte[]A byte array representing the data to sign.
Returns
- byte[]
A byte array representing the data to sign.