Class FrodoKEMExtractor
java.lang.Object
org.bouncycastle.pqc.crypto.frodo.FrodoKEMExtractor
- All Implemented Interfaces:
EncapsulatedSecretExtractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]extractSecret(byte[] encapsulation) Generate an exchange pair based on the recipient public key.int
-
Constructor Details
-
FrodoKEMExtractor
-
-
Method Details
-
extractSecret
public byte[] extractSecret(byte[] encapsulation) Description copied from interface:EncapsulatedSecretExtractorGenerate an exchange pair based on the recipient public key.- Specified by:
extractSecretin interfaceEncapsulatedSecretExtractor- Parameters:
encapsulation- the encapsulated secret.
-
getInputSize
public int getInputSize()
-