2个不稳定版本
0.2.0 | 2022年5月27日 |
---|---|
0.1.0 | 2021年12月5日 |
#2471 in 密码学
25KB
373 代码行
pqcrypto-compat
一个兼容crate,用于使用RustCrypto的traits与来自pqcrypto的加密算法实现。
许可证
根据您的要求,许可如下:
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
。
lib.rs
:
此crate在pqcrypto
crate之上实现了RustCrypto traits。它也公开了pqcrypto
的所有功能。
签名方案实现了RustCrypto的signature
crate中的Signer
、Verifier
和Signature
。
KEMs实现了RustCrypto的kem
crate中的Encapsulator
、Decapsulator
和EncappedKey
。
依赖关系
~0.3–46MB
~1M SLoC