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

Ed448PublicKeyParameters

public static readonly int KeySize

public Ed448PublicKeyParameters(byte[] buf)

public Ed448PublicKeyParameters(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)