Go implementation of rfc-5802 salted challenge response authentication mechanism
Description
Package Scram provides client and server implementations of the Salted Challenge
Response Authentication Mechanism (SCRAM) described in RFC-5802 and RFC-7677.
It includes both client and server side support.