apfsds-crypto 0.1.0

Cryptographic primitives for APFSDS (X25519, AES-GCM, Ed25519)
Documentation

APFSDS Crypto - Encryption, signing, and key management

This crate provides:

  • Ed25519 key generation and signing
  • X25519 ECDH key exchange
  • AES-256-GCM encryption/decryption
  • HMAC-SHA256 with constant-time comparison
  • Replay cache for nonce deduplication