Documentation ¶
Index ¶
- func DecodeChallengeCipherText(encodedCipherText string) (challenge []byte, cipherText []byte, err error)
- func DecodeCipherText(encodedCipherText string) (cipherText []byte, err error)
- func DecodePublicKey(pk string) (ssh.PublicKey, error)
- func DecodeSignature(sig string) (*ssh.Signature, error)
- func EncodeChallengeCipherText(challenge []byte, cipherText []byte) string
- func EncodeCipherText(cipherText []byte) string
- func EncodeSignature(sig *ssh.Signature) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeCipherText ¶
func EncodeCipherText ¶
func EncodeSignature ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.