#signature #kem #crypto #signature-scheme

no-std pqcrypto-compat

A convenience crate which implements RustCrypto traits for pqcrypto primitives

2 unstable releases

0.2.0 May 27, 2022
0.1.0 Dec 5, 2021

#2294 in Cryptography

35 downloads per month

MIT/Apache

25KB
373 lines

pqcrypto-compat

Version Docs

Compatibility crate for using RustCrypto's traits with the cryptographic algorithm implementations from pqcrypto.

License

Licensed under either of

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