An open API service indexing awesome lists of open source software.

https://github.com/noctisynth/oblivion-rs

A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE
https://github.com/noctisynth/oblivion-rs

e2e-encryption ecdh ecdhe ecdhe-ecc high-concurrency hkdf information-security internet-protocol kdf kdf-algorithm rust

Last synced: about 2 months ago
JSON representation

A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE

Awesome Lists containing this project

README

        


Oblivion

# Oblivion

A fast, lightweight, and secure end-to-end encryption protocol based on ECDHE encryption algorithm.

## Documentation

See the [documentation](https://docs.rs/oblivion/) for more information or clone the repository and run with:

```bash
cargo doc -r
```

## Docker && Docker Compose

```bash
docker-compose up -d
```