Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthChallenge ¶
type AuthChallenge [32]byte
type AuthSolution ¶
type AuthSolution struct { Challenge AuthChallenge // Salting the challenge prevents a "chosen-text" attack Salt Salt PublicKey ed25519.PublicKey Signature Signature }
func (*AuthSolution) Unmarshal ¶
func (sol *AuthSolution) Unmarshal(buf []byte) error
Click to show internal directories.
Click to hide internal directories.