<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

Ed25519PublicKeyParameters

public static readonly int KeySize

public Ed25519PublicKeyParameters(byte[] buf)

public Ed25519PublicKeyParameters(byte[] buf, int off)

public void Encode(byte[] buf, int off)

public byte[] GetEncoded()

public bool Verify(Algorithm algorithm, byte[] ctx, byte[] msg, int msgOff, int msgLen, byte[] sig, int sigOff)