mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
liboqs is an open source C library for quantum-safe cryptographic algorithms. liboqs provides: - a collection of open source implementations of quantum-safe key encapsulation mechanisms (KEMs) and digital signature algorithms - a common API for these algorithms - a test harness and benchmarking routines liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into protocols like TLS, X.509, and S/MIME, through our OpenSSL 3 Provider and we provide a variety of other post-quantum-enabled demos. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Tested-by: Eneas U de Queiroz <cotequeiroz@gmail.com>