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) @safestring update(string password, string challenge, int minIterations = 4096) @safestring finalize(string challenge) @safebool verifyServerSignature(ubyte[] signature, DigestType!SHA1 saltedPassword, string authMessage) static @safe @trusted