Overview of Swift Crypto libraries
mainSwift Crypto provides a Swift library for common cryptographic operations, built on top of BoringSSL. It is distributed as two main libraries:
Crypto: An open-source implementation of a substantial portion of the Apple CryptoKit API. It is designed for use on Linux platforms and enables cross-platform or server applications to use CryptoKit-style APIs.CryptoExtras: A collection of additional cryptographic primitives and utilities not included in CryptoKit but useful in server environments.