securo 0.1.52

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 (X25519 + Kyber-1024) with HKDF-SHA256 key derivation, SalsaBox bootstrap channel encryption, ChaCha20-Poly1305 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