diff --git a/SecretKit/Common/OpenSSH/OpenSSHKeyWriter.swift b/SecretKit/Common/OpenSSH/OpenSSHKeyWriter.swift index b4d172a..ab08f48 100644 --- a/SecretKit/Common/OpenSSH/OpenSSHKeyWriter.swift +++ b/SecretKit/Common/OpenSSH/OpenSSHKeyWriter.swift @@ -1,7 +1,7 @@ import Foundation import CryptoKit -// For the moment, only supports ecdsa-sha2-nistp256 keys +// For the moment, only supports ecdsa-sha2-nistp256 and ecdsa-sha2-nistp386 keys public struct OpenSSHKeyWriter { public init() {