Class HawkParameters


  • public class HawkParameters
    extends java.lang.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.
    • Constructor Detail

      • HawkParameters

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

      • getName

        public java.lang.String getName()
      • getPrivateKeySize

        public int getPrivateKeySize()
      • getPublicKeySize

        public int getPublicKeySize()