Class SQIsignKeyPairGenerator

java.lang.Object
org.bouncycastle.pqc.crypto.sqisign.SQIsignKeyPairGenerator
All Implemented Interfaces:
AsymmetricCipherKeyPairGenerator

public class SQIsignKeyPairGenerator extends Object implements AsymmetricCipherKeyPairGenerator
SQIsign key-pair generator wired for all three NIST parameter sets (lvl1, lvl3, lvl5). The polymorphic GfField layer dispatches the EC/HD/theta arithmetic to the per-level prime, and the per-level SQIsignKeyGenLvl* drivers supply the precomp constants.