Documentation
¶
Index ¶
Constants ¶
View Source
const TypeGTC protocol.Type = 6
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetChallenge ¶
type GetChallenge func() []byte
type Settings ¶
type Settings struct {
ChallengeHandler func(ctx protocol.Context) (GetChallenge, ValidateResponse)
}
type ValidateResponse ¶
type ValidateResponse func(answer []byte)
Click to show internal directories.
Click to hide internal directories.