# crypto **Repository Path**: xiaocai-ios/crypto ## Basic Information - **Project Name**: crypto - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-14 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ⚠️ This library has been deprecated in favor of https://github.com/apple/swift-crypto ---

CryptoKit

API Docs Team Chat MIT License Continuous Integration Swift 5

--- OpenCrypto is a drop-in replacement for Apple's [CryptoKit](https://developer.apple.com/documentation/cryptokit) built on OpenSSL. This package is meant for use on platforms where CryptoKit is not available, like Linux. Most features from CryptoKit are available, but some are still missing: - ✅ MD5 - ✅ SHA1 - ✅ SHA2 (256, 384, 512) - ✅ HMAC - ✅ AES GCM (128, 192, 256) - ✅ ChaChaPoly (1305) - ❌ Curve25519 - ❌ NIST P (256, 384, 521)