Location via proxy:   
[Report a bug]   [Manage cookies]                
AIMer

About AIMer

AIMer is a signature scheme which is obtained from a zero-knowledge proof of preimage knowledge for a certain one-way function. AIMer consists of two parts: a customized version of the BN++ proof system, and the AIM one-way function. The security of both parts solely depends on the security of the underlying symmetric primitives.

Recent News

  • Mar. 2024. The slides presented in KpqC 2024 Winter Camp is now available.
  • Feb. 2024. The AIMer specification version 2.0 is now available.
  • Jan. 2024. Our paper "Mitigation on the AIM Cryptanalysis" is updated to "Efficacy and Mitigation of the Cryptanalysis on AIM".
  • Dec. 2023. AIMer proceeds to the second round of the KpqC Competition.
  • Dec. 2023. The paper "AIM: Symmetric Primitive for Shorter Signatures with Stronger Security" is presented at ACM CCS 2023.

Advantages

  • The security of AIMer depends only on the security of the underlying symmetric primitives.
  • Among the signature schemes whose security depends only on symmetric primitives, AIMer enjoys the smallest signature size.
  • AIMer enjoys small secret and public key size.
  • Key generation is simple and fast.
  • AIMer provides a trade-off between the execution time and the signature size.
  • AIMer is resistant to the reuse of the public randomnesses such as iv and salt.

Performance

Environment: Intel Xeon E5-1650 v3 @ 3.50 GHz with 128 GB RAM, TurboBoost and Hyper-threading disabled, gcc 7.5.0 with -O3 option.

Scheme Keygen (ms) Sign (ms) Verify (ms) Size (B)
aimer128f 0.03 0.42 0.41 5,888
aimer128s 0.03 3.18 3.13 4,160
aimer192f 0.05 1.04 1.03 13,056
aimer192s 0.05 7.94 7.86 9,120
aimer256f 0.10 2.07 2.03 25,120
aimer256s 0.10 15.26 14.81 17,056

Publications

Resources

  • The 5th NIST PQC Standardization Conference (2024. Apr. 11): (pdf)
  • The 5th NIST PQC Standardization Conference (2024. Apr. 11), Poster: (pdf)
  • KpqC 2024 Winter Camp Slides (2024. Feb. 28): (pdf)
  • Submission to KpqC Competition Round 2 (v2.0): (zip)
  • ACM CCS 2023 Slides (2023. Nov. 27): (pdf)
  • KpqC 7th Workshop Slides (2023. Nov. 14): (pdf)
  • Summary for mitigations (2023. Sep. 25): pqc-forum/kpqc-bulletin
  • 2nd Oxford PQC Summit Slides (2023. Sep. 05): (pdf)
  • 2023 Ewha-KMS International Worshop on Cryptography Slides (2023. Jul. 12): (pdf)
  • Algebraic analysis of AIM: (github)
  • Submission to NIST PQC Additional Signature Round 1 (v1.0): (zip)
  • Submission to KpqC Competition Round 1 (v0.9): (zip)
  • KpqC Winter Camp Slides (2023. Feb. 24): (pdf)

Third-party Analysis