Skip to content

Commit 3adb0aa

Browse files
committed
Use Crypto instead of CryptoKit
1 parent 1bcedc5 commit 3adb0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/NIOSSH/Keys And Signatures/CryptoKit+PrivateKeyProtocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import Foundation
1616
import NIOCore
17-
import CryptoKit
17+
import Crypto
1818

1919
struct Curve25519Signature: NIOSSHSignatureProtocol {
2020
static let signaturePrefix = "ssh-ed25519"

Sources/NIOSSH/Keys And Signatures/CryptoKit+PublicKeyProtocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import Foundation
1616
import NIOCore
17-
import CryptoKit
17+
import Crypto
1818

1919
extension Curve25519.Signing.PublicKey: NIOSSHPublicKeyProtocol {
2020
internal static var prefix: String { "ssh-ed25519" }

0 commit comments

Comments
 (0)