Skip to content

Releases: Mijick/AES-GCM-HKDF

1.0.0

26 Feb 19:13
564e003
Compare
Choose a tag to compare

Initial Release

We’re excited to announce the first stable release of AES-GCM-HKDF – a high-performance Swift cryptographic library for secure key exchange, key derivation, and authenticated encryption using AES-GCM and HKDF.

Key Features

  • Elliptic Curve Key Agreement (ECDH) – Securely generate shared secrets using P256, P384, P521, and Curve25519.
  • HKDF Key Derivation (RFC 5869) – Extract high-entropy encryption keys from shared secrets.
  • AES-GCM Encryption & Decryption – Provides authenticated encryption for confidentiality and integrity.
  • Swift CryptoKit & Security Framework – Leverages Apple’s native cryptographic APIs for efficiency and security.
  • Random Data Generators – Utility functions for IVs, salts, and AAD.
  • Error Handling & Curve Validation – Ensures cryptographic safety and compatibility.
  • Cross-Platform Support – Works on iOS, macOS, tvOS, watchOS, and visionOS.

📚 Full documentation available on the GitHub Wiki.