public:
DilithiumPrivateKeyParameters(
DilithiumParameters^ parameters,
array<unsigned char>^ rho,
array<unsigned char>^ K,
array<unsigned char>^ tr,
array<unsigned char>^ s1,
array<unsigned char>^ s2,
array<unsigned char>^ t0,
array<unsigned char>^ t1
)
Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumPrivateKeyParameters = function(parameters, rho, K, tr, s1, s2, t0, t1);