IMessageSignerGenerateSignature Method

Sign a message.

Definition

Namespace: Org.BouncyCastle.Pqc.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
byte[] GenerateSignature(
	byte[] message
)

Parameters

message  Byte
the message to be signed.

Return Value

Byte
the signature of the message.

See Also