Class HawkParameters

java.lang.Object
org.bouncycastle.pqc.crypto.hawk.HawkParameters

public class HawkParameters extends Object
Parameter set for the Hawk PQC signature scheme. The three NIST submission variants are exposed as the Hawk_256, Hawk_512 and Hawk_1024 constants.
  • Field Details

  • Constructor Details

    • HawkParameters

      public HawkParameters(String name, int q, int logn, int maxLogn, long q0I, short[] maxBlSmall, short[] maxBlLarge, short[] wordWin, int reduceBits, byte[] coeffFgLimit, short[] minSaveFg)
  • Method Details

    • getName

      public String getName()
    • getPrivateKeySize

      public int getPrivateKeySize()
    • getPublicKeySize

      public int getPublicKeySize()