Package org.bouncycastle.pqc.crypto.qruov
Lightweight implementation of QR-UOV, a quotient-ring variant of the UOV multivariate
signature scheme in the NIST PQC additional-digital-signatures round.
-
Class Summary Class Description QRUOVKeyGenerationParameters QRUOVKeyPairGenerator QRUOVKeyParameters Common base for QR-UOV public and private key parameter classes; carries theQRUOVParametersparameter set the key belongs to.QRUOVParameters Parameter sets for the QR-UOV multivariate signature scheme (NIST PQC additional signatures Round 2 submission).QRUOVPrivateKeyParameters Lightweight private key parameters for QR-UOV.QRUOVPublicKeyParameters Lightweight public key parameters for QR-UOV.QRUOVSigner QR-UOV signature implementation.