aloha

Crates.ioaloha
lib.rsaloha
version0.1.0
sourcesrc
created_at2023-04-13 23:22:27.517489
updated_at2023-04-13 23:22:27.517489
descriptionLow-level Rust implementation of Oblivious HTTP
homepage
repositoryhttps://github.com/cloudflare/aloha-rs/
max_upload_size
id838785
size88,633
(xofyarg)

documentation

README

aloha: Alternative Library for Oblivious HTTP Applications

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.

Commit count: 5

cargo fmt