NtruLPRimeKemGeneratorSecretWithEncapsulationImpl Constructor
Namespace: Org.BouncyCastle.Pqc.Crypto.NtruPrimeAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SecretWithEncapsulationImpl(
byte[] sessionKey,
byte[] cipherText
)
Public Sub New (
sessionKey As Byte(),
cipherText As Byte()
)
Org.BouncyCastle.Pqc.Crypto.NtruPrime.SecretWithEncapsulationImpl = function(sessionKey, cipherText);
Parameters
- sessionKey Byte
-
- cipherText Byte
-