import XCTest @testable import Crypto final class CryptoTests: XCTestCase { func testExample() { } static var allTests = [ ("testExample", testExample), ] }