Package org.bouncycastle.pqc.crypto.aimer
Lightweight implementation of AIMer, an MPC-in-the-Head signature scheme built on the
AIM2 one-way function, in the NIST PQC additional-digital-signatures round.
-
Class Summary Class Description AIMerKeyGenerationParameters AIMerKeyPairGenerator Implementation of the AIMer asymmetric key pair generator following the AIMer signature scheme specifications.AIMerKeyParameters Common base for AIMer public and private key parameter classes; carries theAIMerParametersparameter set the key belongs to.AIMerParameters Parameter set for the AIMer PQC signature scheme (KpqC Round 2 submission).AIMerPrivateKeyParameters Lightweight private key parameters for AIMer.AIMerPublicKeyParameters Lightweight public key parameters for AIMer.AIMerSigner Implementation of the AIMer digital signature scheme as specified in the AIMer documentation.