Skip to content

Project Ideas

Simo Sorce edited this page Jun 3, 2026 · 2 revisions

Support for PQC algorithms in Kryoptic via leancrypto

Kryoptic uses a modular (build time) system to select what crypto-implementation to use for the PKCS#11 mechanisms it offers. With PKCS#11 version 3.2 of the standard the new PQC mechanisms standardized by NIST will have mechanism definitions and can be offered by cryptographic modules. It would be interesting to offer an implementation alternative from the default which is based on OpenSSL. The Leancrypto project already offers all algorithms we care for including ACVP testing.

UPDATE: 2026/06/03: See https://github.com/latchset/kryoptic/pull/456

Clone this wiki locally