Paper 2026/1417

Accelerating the AIMer Post-Quantum Signature with AVX-512: A Field–Keccak Speedup Analysis

Seung-Won Lee, Hansung University
Si-Woo Eum, Hansung University
Hwa-Jeong Seo, Hansung University
Abstract

AIMer is a post-quantum digital signature scheme with a conservative design. Its security relies only on the symmetric-key one-way function AIM2 and an MPC-in-the-Head (MPCitH) zero-knowledge proof. AIMer is a Korean post-quantum cryptography (KpqC) standard. However, the AIMer standard code released in January 2026 is a portable C reference implementation. It does not include processor-specific optimizations. As a result, it does not exploit AVX-512, a 512-bit vector instruction set available on modern processors. This paper presents an AVX-512 optimized implementation for all six AIMer variants. We parallelize binary-field multiplication with VPCLMULQDQ. The implementation processes four MPC parties per 512-bit register. We also handle conditional XOR accumulation in the linear layer with a single VPTERNLOGQ instruction. In addition, we accelerate the Keccak permutation using AVX-512VL. Our implementation is 1.60–1.84× faster than the AVX2 implementation for signing. We further analyze the source of this speedup. Contrary to common intuition, most of the improvement comes from Keccak. In the 128-bit and 192-bit variants, Keccak accounts for about 86% of the total improvement. Only in the 256-bit variants does the field-arithmetic contribution increase to about 42%, due to the wider field size. These results show that vectorizing symmetric primitives is as important as binary-field arithmetic in MPCitH signatures. In some cases, it is even more important.

Metadata
Available format(s)
PDF
Category
Implementation
Publication info
Preprint.
Keywords
Post-Quantum CryptographyAIMerMPC-in-the-HeadAVX-512VPCLMULQDQBinary-Field ArithmeticKeccak
Contact author(s)
dkajdfhd1 @ gmail com
shuraatum @ gmail com
hwajeong84 @ gmail com
History
2026-07-16: approved
2026-07-11: received
See all versions
Short URL
https://ia.cr/2026/1417
License
No rights reserved
CC0

BibTeX

@misc{cryptoeprint:2026/1417,
      author = {Seung-Won Lee and Si-Woo Eum and Hwa-Jeong Seo},
      title = {Accelerating the {AIMer} Post-Quantum Signature with {AVX}-512: A Field–Keccak Speedup Analysis},
      howpublished = {Cryptology {ePrint} Archive, Paper 2026/1417},
      year = {2026},
      url = {https://eprint.iacr.org/2026/1417}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.