Skip to content

Getting Started

Alina P edited this page Feb 26, 2025 · 3 revisions

πŸ“¦ Installation & Setup

AES-GCM-HKDF is available via Swift Package Manager (SPM).

Steps to Install

  1. Open Xcode and navigate to File β†’ Add Packages.
  2. Enter the repository URL:
https://github.com/Mijick/AES-GCM-HKDF.git
  1. Select the package and click Add Package.
  2. Import the library in your Swift files:
import Mijick_AES_GCM_HKDF

πŸ“² Supported Platforms

Platform Minimum Version
πŸ— iOS 13.0+
πŸ’» macOS 10.15+
πŸ“Ί tvOS 13.0+
⌚ watchOS 5.0+
πŸ₯½ visionOS 1.0+

Clone this wiki locally