Table of Contents

Interface ISigner

Namespace
Concordium.Sdk.Crypto
Assembly
Concordium.Sdk.dll
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.