You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
Reproducing 100% with version 3.3.0 (5605334) of Crypto. Tested of macOS 10.14.2, with Xcode 10.1, and the standard Swift version for this Xcode version, and on Debian, with Swift 4.2.1.
The text was updated successfully, but these errors were encountered:
Hi @Frizlab, I've opened a PR (#79) including a fix for the crash you described here. However, the code now throws an error when attempting to decrypt the passphrase. AFAIK, this is expected since usually you encrypt with a public key and decrypt with a private key. I just wanted to check with you before changing the test to expect an error. Thanks!
This simple code crashes (segfault).
Reproducing 100% with version 3.3.0 (5605334) of Crypto. Tested of macOS 10.14.2, with Xcode 10.1, and the standard Swift version for this Xcode version, and on Debian, with Swift 4.2.1.
The text was updated successfully, but these errors were encountered: