Class FrodoParameters

    • Constructor Detail

      • FrodoParameters

        public FrodoParameters​(java.lang.String name,
                               int n,
                               int D,
                               int B,
                               short[] cdf_table,
                               Xof digest,
                               org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator mGen,
                               int defaultKeySize)
    • Method Detail

      • getN

        public int getN()
      • getName

        public java.lang.String getName()
      • getD

        public int getD()
      • getB

        public int getB()
      • getCdf_table

        public short[] getCdf_table()
      • getDigest

        public Xof getDigest()
      • getDefaultKeySize

        public int getDefaultKeySize()
      • getmGen

        public org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator getmGen()