public KyberPrivateKey( int version, byte[] s, byte[] hpk, byte[] nonce )
Public Sub New ( version As Integer, s As Byte(), hpk As Byte(), nonce As Byte() )
public: KyberPrivateKey( int version, array<unsigned char>^ s, array<unsigned char>^ hpk, array<unsigned char>^ nonce )
Org.BouncyCastle.Pqc.Asn1.KyberPrivateKey = function(version, s, hpk, nonce);
In This Article