Created
December 14, 2015 23:45
-
-
Save telliott99/dc857e1fb445bb9df44d to your computer and use it in GitHub Desktop.
test for Carthage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Encryptor | |
| func applicationDidFinishLaunching(aNotification: NSNotification) { | |
| // Insert code here to initialize your application | |
| let key = Key("mypassphrase") | |
| key.stretch() | |
| let e = Encryptor(key) | |
| print("\(e)") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment