1 unstable release
0.10.0 | Jul 2, 2024 |
---|
#1806 in Cryptography
72 downloads per month
Used in 3 crates
(via sentc-crypto-rec-keys)
23MB
506K
SLoC
Bindings to Open-Quantum-Safe's liboqs
This crate provides convenience wrappers to access the functionality provided by liboqs.
For the ffi
interface bindings, see oqs-sys
.
Features
std
: (default) build withstd
support. This adds handlyDisplay
andError
implementations to relevant types. If you want a#![no_std]
library, disable this feature (and you probably want to disable the default features because they pull in OpenSSL throughoqs-sys
).non_portable
: Don't build a portable library.vendored
: (default) Controls theoqs-sys/vendored
feature which enables building the included version of liboqs.kems
(default): Compile with all KEMs enabledbike
(only on non-Windows)classic_mceliece
frodokem
hqc
kyber
ntruprime
sigs
(default): Compile with all signature schemes enableddilithium
falcon
sphincs
: SPHINCS+