messtar 0.1.0

Messtar — custom encryption protocol built with X25519, HKDF and AES-256-GCM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Messtar


Custom encryption protocol built in Rust.

## Features

- X25519 Diffie-Hellman key exchange
- HKDF-SHA256 key derivation
- AES-256-GCM encryption
- Ed25519 identity signatures
- Replay attack protection

## Usage

```toml
[dependencies]
messtar = "0.1.0"