A CommonCrypto implementation in Swift, including some of the SPI implementations.
In order to use the package using the Swift package manager, add the following as dependency to your Package.swift.
.package(url: "https://github.com/Craz1k0ek/CCSwift.git", from: "1.0.0")
Afterwards, add CCSwift
as dependency to the target where you need the package. Lastly, update the package.
swift package update
- iOS 12.0 or higher
- macOS 10.13 or higher