Ed25519PublicKeyParametersVerify Method

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public bool Verify(
	Ed25519Algorithm algorithm,
	byte[] ctx,
	byte[] msg,
	int msgOff,
	int msgLen,
	byte[] sig,
	int sigOff
)

Parameters

algorithm  Ed25519Algorithm
 
ctx  Byte
 
msg  Byte
 
msgOff  Int32
 
msgLen  Int32
 
sig  Byte
 
sigOff  Int32
 

Return Value

Boolean

See Also