<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.114" />

DilithiumPrivateKeyParameters

public byte[] K { get; }

public byte[] Rho { get; }

public byte[] S1 { get; }

public byte[] S2 { get; }

public byte[] T0 { get; }

public byte[] T1 { get; }

public byte[] Tr { get; }

public DilithiumPrivateKeyParameters(DilithiumParameters parameters, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1)

public byte[] GetEncoded()

public byte[] GetPublicKey()