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

Ed25519PrivateKeyParameters

public static readonly int KeySize

public static readonly int SignatureSize

public Ed25519PrivateKeyParameters(byte[] buf)

public Ed25519PrivateKeyParameters(byte[] buf, int off)

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

public byte[] GetEncoded()

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