Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 534 Bytes

Privacy Pass middleware

This repository contains a proof-of-concept middleware implementation of a Privacy Pass protocol server integration. The code is written in Rust and is intended to be used as a library for other projects. The integration is written as a tower service (that can be used with axum) and an actix middleware.

Usage

Examples can be found in the full_cycle_* integration tests in tests/.