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

#1664 in Cryptography

Download history 2912/week @ 2024-01-01 2543/week @ 2024-01-08 2920/week @ 2024-01-15 2661/week @ 2024-01-22 3061/week @ 2024-01-29 2554/week @ 2024-02-05 2461/week @ 2024-02-12 2833/week @ 2024-02-19 3582/week @ 2024-02-26 1494/week @ 2024-03-04 2117/week @ 2024-03-11 2356/week @ 2024-03-18 2141/week @ 2024-03-25 2863/week @ 2024-04-01 3091/week @ 2024-04-08 2746/week @ 2024-04-15

10,932 downloads per month
Used in 7 crates (5 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

~225KB