Documentation ¶
Overview ¶
Package scram implements the Salted Challenge Response Authentication Mechanism according to RFC 5802.
Index ¶
Constants ¶
View Source
const (
// Name is the authentication type associated with the SASL mechanism
Name = "SCRAM-SHA-1"
)
Variables ¶
View Source
var ( // Mechanism is the SCRAM-SHA1 SASL mechanism Mechanism sasl.Mechanism = &scramSHA1Mechanism{} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.