This commit is contained in:
Max Goedjen
2026-03-12 12:46:45 -07:00
parent f848eb659e
commit 6b1f5bbb7c
3 changed files with 107 additions and 59 deletions

View File

@@ -62,5 +62,6 @@ public final class OpenSSHReader {
}
public enum OpenSSHReaderError: Error, Codable {
case incorrectFormat
case beyondBounds
}