messtar 0.3.1

Messtar — custom encryption protocol built with X25519, HKDF and AES-256-GCM
Documentation

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

[dependencies]

messtar = "0.1.0"