securo 0.1.4

Cryptographic impl for hybrid classical-post-quantum authentication and secure communication
Documentation

Crates.io Documentation

Prelude

Read Securoserv and Securoclient for exact implementation of Securo.

Read this Example of Implementation for a short and easy way to implement Securo.

This crate provides the cryptographic Impl for an authentication and communication system. It implements a hybrid classical-post-quantum key exchange protocol, session encryption, and certificate pinning to establish secure, authenticated connections between client and server.

Crate Documentation

Security Architecture

Authentication Architecture

Build instructions for Server & Client