13 releases

0.2.0 Dec 2, 2023
0.2.0-pre.1 Dec 1, 2023
0.1.3 Nov 21, 2023
0.1.2 Jun 22, 2023
0.1.1-pre.1 Nov 25, 2021

#2123 in Cryptography

Download history 2644/week @ 2024-07-23 2405/week @ 2024-07-30 2333/week @ 2024-08-06 2542/week @ 2024-08-13 2852/week @ 2024-08-20 6094/week @ 2024-08-27 3815/week @ 2024-09-03 3510/week @ 2024-09-10 3786/week @ 2024-09-17 4424/week @ 2024-09-24 4238/week @ 2024-10-01 2439/week @ 2024-10-08 5255/week @ 2024-10-15 5377/week @ 2024-10-22 3806/week @ 2024-10-29 5142/week @ 2024-11-05

20,142 downloads per month
Used in 13 crates (6 directly)

MPL-2.0 license

14KB
242 lines

HPKE Crypto Trait

crates.io Docs Rust Version

The hpke-rs crate can be used with different cryptography backends to perform the cryptographic operations. This crate defines the HpkeCrypto trait that is required to instantiate hpke-rs. It further defines necessary types and errors.

Please see hpke-rs for more details.

Dependencies

~210KB