Class SDitHParameterSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public class SDitHParameterSpec
    extends java.lang.Object
    implements java.security.spec.AlgorithmParameterSpec
    AlgorithmSpec for SDitH (Syndrome-Decoding-in-the-Head), exposed via the BCPQC provider.

    Currently only the SDITH-HYPERCUBE-CAT1-GF256 parameter set is wired in; the other 23 NIST-submitted variants (hypercube/threshold × cat1/3/5 × gf256/p251) will be added as their implementations come in.

    • Method Detail

      • getName

        public java.lang.String getName()