# 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"