package sshkeys // Needed for V1 key format. const ( KeyV1Magic string = "openssh-key-v1" ) // Key cipher names. const ( CipherED25519 = iota CipherRSA = iota )