alterion-encrypt 1.3.1

X25519 ECDH key exchange, AES-256-GCM session encryption, Argon2id password hashing, and the MessagePack/deflate request-response pipeline with an Actix-web interceptor.
Documentation
1
2
3
4
// SPDX-License-Identifier: GPL-3.0
pub mod crypt;
pub mod helper;
pub mod serializer;