Crates.io | hpke-rs-crypto |
lib.rs | hpke-rs-crypto |
version | 0.2.0 |
source | src |
created_at | 2021-11-10 12:22:07.243981 |
updated_at | 2023-12-02 10:38:12.517259 |
description | Traits and types for HPKE crypto backends |
homepage | |
repository | https://github.com/franziskuskiefer/hpke-rs |
max_upload_size | |
id | 479693 |
size | 14,783 |
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.