Merge pull request #477 from SimplyDanny/use-protonmail-gopenpgp

Use ProtonMail's GopenPGP library
This commit is contained in:
Mingshen Sun 2021-08-15 01:49:16 -07:00 committed by GitHub
commit 75332270d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 158 additions and 49 deletions

View file

@ -10,7 +10,7 @@ import XCTest
// swiftformat:disable:next sortedImports
@testable import passKit
@testable import Crypto
@testable import Gopenpgp
class CryptoFrameworkTest: XCTestCase {
private typealias MessageConverter = (CryptoPGPMessage, NSErrorPointer) -> CryptoPGPMessage?