Research Papers

| 22/06/2026
PaCMan – Partition-Code Masking for Combined Security
Physical attacks (SCA, FIA) threaten crypto hardware. CPC gadgets use the limited CINI model. This work introduces gCINI, a generalized definition. We prove its security and composability, demonstrating a more efficient AES S-box verified via VERICA.
| 28/05/2026
Efficient Threshold ML-DSA
We present the first threshold signature scheme fully compatible with ML-DSA. It is robust, scalable, and optimized for small groups, proving practical for crypto wallets, TLS, and Tor in real-world benchmarks.
| 15/05/2026
IND-CCA Lattice Threshold KEM under 30 KiB
PQShield's Lapiha and Prest proposed a lattice-based TKEM from a TIBE and signatures, but with 540 KiB ciphertexts. We optimize it via random oracles, approximate computing, and NTRU trapdoors, reducing ciphertext size 18x to under 30 KiB.
| 05/05/2026
Adaptively-Secure Three Round Threshold Schnorr from DL
We present the first 3-round (2 online, 1 offline) threshold Schnorr scheme with adaptive security under the DL assumption. By avoiding stronger assumptions like DDH/AOMDL, we close a major gap, achieving efficiency and security from minimal foundations.
| 24/04/2026
Compact, Efficient and Non-Separable Hybrid Signatures
To securepost-quantum transition, this paper introduces Hybrid EU-CMA and Silithium. By combining classical and PQ algorithms, Silithium prevents separability attacks while offering faster speeds and smaller sizes than simple concatenation.
| 22/04/2026
Generating Falcon Trapdoors via Gibbs Sampler
Falcon is a post-quantum signature scheme that usually relies on inefficient trial-and-error. This new MCMC sampling method achieves higher security and shorter signatures more efficiently while simplifying the system's overall implementation.
| 01/04/2026
Japan’s Quantum Leap: Unlocking PQC at Scale with PQShield and CRYPTREC
Today marks a massive milestone for Japan’s digital sovereignty. Following PQShield’s comprehensive evaluation of the ML-KEM algorithm for CRYPTREC (Japan’s cryptographic standardization body), the gates are officially open for quantum-safe deployment across the country’s government procurement and technology supply chains.
| | 04/03/2026
Jazzline: Composable CryptoLine functional correctness proofs for Jasmin programs
This paper introduces a way to bridge the gap between high-level logic and low-level hardware verification in cryptographic programming.
| 23/02/2026
A search to distinguish reduction for the isomorphism problem on direct sum lattices
This is paper is concerned with the theoretical basis of lattice-based cryptography, clarifying how “easy” distinguishing attacks relate to “hard” search attacks used in security proofs.
| 26/01/2026
A Lattice-Based IND-CCA Threshold KEM from the BCHK+ Transform
In this paper, we present a simpler, more efficient way to create a secure, quantum-resistant shared "vault" (a threshold KEM) without using overly complex or slow mathematical tools. It's achieved by combining established cryptographic frameworks with a new, proven mathematical assumption called Coset-Hint-MLWE. The result is a highly secure system that is easier to implement and more practical for real-world use than previous versions.
| 09/01/2026
How to Compare Two-Party Secure Messaging Protocols: A Quest for A More Efficient and Secure Post-Quantum Protocol
Recent efforts to transition secure messaging to post-quantum standards, like Apple’s PQ3 and Signal’s updated Triple Ratchet, have introduced complex design trade-offs due to the high communication overhead of post-quantum cryptography. This paper introduces a pragmatic metric and experimental framework to compare these protocols, revealing that no "optimal" protocol exists when balancing security against real-world bandwidth constraints. Additionally, the authors propose a new optimization called "opportunistic sending" and a building block termed "sparse continuous key agreement" to improve protocol efficiency.
| 07/10/2025
Proving Faster Implementations Faster: Combining Deductive and Circuit-Based Reasoning in EasyCrypt
We propose a hybrid formal verification approach that combines high-level deductive reasoning and circuit-based reasoning and apply it to highly optimized cryptographic assembly code.