Keycard.swift/Sources/Keycard/SecureChannel.swift

10 lines
121 B
Swift

class SecureChannel {
func generateSecret(pubKey: [UInt8]) {
}
func reset() {
}
}