Crate oblivion

Source
Expand description

§Oblivion

Oblivion is a Rust implementation of Oblivion, an end-to-end encryption protocol developed by Noctisynth to secure information. It greatly improves the security, stability, and concurrency of Oblivion based on the Python implementation.

Since the encryption algorithm required in the Oblivion protocol is the ECDHE algorithm, it is based on an efficient and secure key derivation method, which makes it possible to apply it to message dispatching and just-in-time communication.

Re-exports§

pub extern crate oblivion_codegen;
pub extern crate proc_macro;

Modules§

exceptions
Oblivion Exceptions
models
Oblivion Models
prelude
Oblivion Prelude
types
Oblivion Export Types
utils
Oblivion Utilities

Macros§

path_route
Absolute Routing Macros
regex_route
Regular routing macro
startswith_route
Startswith Routing Macros

Statics§

VERSION