Crates.io | aloha |
lib.rs | aloha |
version | 0.1.0 |
source | src |
created_at | 2023-04-13 23:22:27.517489 |
updated_at | 2023-04-13 23:22:27.517489 |
description | Low-level Rust implementation of Oblivious HTTP |
homepage | |
repository | https://github.com/cloudflare/aloha-rs/ |
max_upload_size | |
id | 838785 |
size | 88,633 |
Aloha is a low-level Oblivious HTTP parsing/building library that focus on performance. The crypto functionality is built on top of hpke crate, while the bHTTP implementation leverages a chained operation to avoid heap allocations.
Please see the crate documentation for details and examples.