Skip to content

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.

License

Notifications You must be signed in to change notification settings

cx-community/swift-crypto

 
 

Repository files navigation

SwiftCrypto

SwiftCrypto with backwards deployment support. Support macOS 10.10 / iOS 8.0 / tvOS 9.0 / watchOS 2.0.

Usage

For backwards deployment, set environment variable SWIFT_CRYPTO_BACK_DEPLOY.

$ export SWIFT_CRYPTO_BACK_DEPLOY="YES"

# for CLI tools, execute with env variable
$ swift ...
$ xcodebuild ...

# for Xcode GUI, reopen Xcode with env variable
$ killall Xcode
$ open Package.swift

About

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 82.0%
  • Python 9.6%
  • Shell 6.1%
  • C 2.0%
  • Dockerfile 0.3%