Skip to content

Commit

Permalink
Use Crypto instead of CryptoKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Apr 9, 2024
1 parent fd014b8 commit 8bd14e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import Foundation
import NIOCore
import CryptoKit
import Crypto

struct Curve25519Signature: NIOSSHSignatureProtocol {
static let signaturePrefix = "ssh-ed25519"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import Foundation
import NIOCore
import CryptoKit
import Crypto

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

0 comments on commit 8bd14e5

Please sign in to comment.