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 Sep 11, 2023
1 parent 1bcedc5 commit 3adb0aa
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 3adb0aa

Please sign in to comment.