KyberPrivateKeyParameters(KyberParameters, Byte, Byte, Byte, Byte, Byte) Constructor

Initializes a new instance of the KyberPrivateKeyParameters class

Definition

Namespace: Org.BouncyCastle.Pqc.Crypto.Crystals.Kyber
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public KyberPrivateKeyParameters(
	KyberParameters parameters,
	byte[] s,
	byte[] hpk,
	byte[] nonce,
	byte[] t,
	byte[] rho
)

Parameters

parameters  KyberParameters
 
s  Byte
 
hpk  Byte
 
nonce  Byte
 
t  Byte
 
rho  Byte
 

See Also