2 unstable releases
0.2.0 | May 27, 2022 |
---|---|
0.1.0 | Dec 5, 2021 |
#2471 in Cryptography
25KB
373 lines
pqcrypto-compat
Compatibility crate for using RustCrypto's traits with the cryptographic algorithm implementations from pqcrypto.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.
lib.rs
:
This crate implements RustCrypto traits on top of the pqcrypto
crate. It exposes all the
functionality of pqcrypto
as well.
The signature schemes implement Signer
, Verifier
, and Signature
from RustCrypto's
signature
crate.
The KEMs implement Encapsulator
, Decapsulator
, and EncappedKey
from RustCrypto's kem
crate.
Dependencies
~0.3–46MB
~1M SLoC