Class FrodoKEMParameters

java.lang.Object
org.bouncycastle.crypto.params.FrodoKEMParameters
All Implemented Interfaces:
CipherParameters, KEMParameters

public class FrodoKEMParameters extends Object implements KEMParameters
Parameter sets for FrodoKEM as standardised in ISO/IEC 18033-2:2006/Amd 2:2026, Clause 14.

For each of the two standardised security levels (976 and 1344) there are, in both a SHAKE128 and an AES-128 matrix-generation variant:

  • Field Details

  • Method Details

    • getName

      public String getName()
    • getSessionKeySize

      public int getSessionKeySize()
    • getEncapsulationLength

      public int getEncapsulationLength()
    • getN

      public int getN()
    • getD

      public int getD()
    • getB

      public int getB()
    • isSalted

      public boolean isSalted()
    • isAes

      public boolean isAes()