e2ee

Crates.ioe2ee
lib.rse2ee
version0.0.0
created_at2025-06-29 12:38:52.609656+00
updated_at2025-06-29 12:38:52.609656+00
descriptionTransport-agnostic end-to-end encryption framework in Rust.
homepagehttps://github.com/metwse/e2ee
repositoryhttps://github.com/metwse/e2ee
max_upload_size
id1730719
size2,055
metwse (metwse)

documentation

README

e2ee

Embryonic Rust library.

e2ee is a transport-agnostic, end-to-end encryption framework written. It provides building blocks for establishing secure, authenticated communication between peers — independent of the underlying network layer (TCP, UDP, etc.).

Goals

  • Cryptographic peer abstraction
  • Secure handshake with identity/authentication
  • Replay and reorder protection (optional)
  • Customizable key agreement & encryption suites
  • Serializable sessions (store & resume later)
  • Forward secrecy & rekeying
  • Minimal dependencies, zero unsafe
Commit count: 0

cargo fmt