Class McElieceCCA2PublicKeyParameters

    • Constructor Detail

      • McElieceCCA2PublicKeyParameters

        public McElieceCCA2PublicKeyParameters​(int n,
                                               int t,
                                               GF2Matrix matrix,
                                               java.lang.String digest)
        Constructor.
        Parameters:
        n - length of the code
        t - error correction capability
        matrix - generator matrix
        digest - McElieceCCA2Parameters
    • Method Detail

      • getN

        public int getN()
        Returns:
        the length of the code
      • getT

        public int getT()
        Returns:
        the error correction capability of the code
      • getG

        public GF2Matrix getG()
        Returns:
        the generator matrix
      • getK

        public int getK()
        Returns:
        the dimension of the code