Skip to content

Instantly share code, notes, and snippets.

@telliott99
Created December 14, 2015 23:45
Show Gist options
  • Select an option

  • Save telliott99/dc857e1fb445bb9df44d to your computer and use it in GitHub Desktop.

Select an option

Save telliott99/dc857e1fb445bb9df44d to your computer and use it in GitHub Desktop.
test for Carthage
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