Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SHA256 scram.HashGeneratorFcn = func() hash.Hash { return sha256.New() }
View Source
var SHA512 scram.HashGeneratorFcn = func() hash.Hash { return sha512.New() }
Functions ¶
This section is empty.
Types ¶
type XDG ¶
type XDG struct { *scram.Client *scram.ClientConversation scram.HashGeneratorFcn }
Click to show internal directories.
Click to hide internal directories.