DilithiumPrivateKeyParameters(DilithiumParameters, Byte, Byte, Byte, Byte, Byte, Byte, Byte) Constructor

Initializes a new instance of the DilithiumPrivateKeyParameters class

Definition

Namespace: Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public DilithiumPrivateKeyParameters(
	DilithiumParameters parameters,
	byte[] rho,
	byte[] K,
	byte[] tr,
	byte[] s1,
	byte[] s2,
	byte[] t0,
	byte[] t1
)

Parameters

parameters  DilithiumParameters
 
rho  Byte
 
K  Byte
 
tr  Byte
 
s1  Byte
 
s2  Byte
 
t0  Byte
 
t1  Byte
 

See Also