From b4f7b820d764521f6d857158a4b94db2cc2ceb7a Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Mon, 9 Mar 2020 22:12:40 -0700 Subject: [PATCH] notes --- SecretKit/Common/OpenSSH/OpenSSHKeyWriter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {