10 releases (breaking)
0.9.0 | Oct 18, 2023 |
---|---|
0.7.2 | Aug 22, 2022 |
0.7.1 | Dec 17, 2021 |
0.7.0 | Aug 12, 2021 |
0.1.0 | Dec 8, 2017 |
#579 in Cryptography
1,894 downloads per month
Used in 6 crates
(2 directly)
20MB
447K
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
: 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.kems
(default): Compile with all KEMs enabledbike
(only on non-Windows)classic_mceliece
frodokem
hqc
kyber
ntru
ntruprime
saber
sidh
sike
sigs
(default): Compile with all signature schemes enableddilithium
falcon
picnic
rainbow
sphincs
: SPHINCS+