Class SnovaKeyPairGenerator

java.lang.Object
org.bouncycastle.pqc.crypto.snova.SnovaKeyPairGenerator
All Implemented Interfaces:
AsymmetricCipherKeyPairGenerator

public class SnovaKeyPairGenerator extends Object implements AsymmetricCipherKeyPairGenerator
Implementation of the Snova asymmetric key pair generator following the Snova signature scheme specifications.

This generator produces SnovaPublicKeyParameters and SnovaPrivateKeyParameters based on the Snova algorithm parameters. The implementation follows the specification defined in the official Snova documentation and reference implementation.

References: