License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
SASL authentication functions
private string m_firstMessageBareprivate string m_nonceprivate DigestType!SHA1 m_saltedPasswordprivate string m_authMessagestring createInitialRequest(string user)string update(string password, string challenge, int minIterations = 4096)string finalize(string challenge)string escapeUsername(string user)static auto getClientProof(DigestType!SHA1 saltedPassword, string authMessage)bool verifyServerSignature(ubyte[] signature, DigestType!SHA1 saltedPassword, string authMessage) @trusted