A set of tools for working with cryptography.
- iOS 8.0+
- Xcode 7.3+
To integrate Crypto
into your project using Carthage, specify it in your Crypto
:
github "valery-bashkatov/Crypto"
And then follow the instructions to install the framework.
API Reference is located at http://valery-bashkatov.github.io/Crypto.
import Crypto
let rsaKeyPair = try! Crypto.generateKeyPair(.rsa2048)