module documentation

Tests for twisted.cred._digest and the associated bits in twisted.cred.credentials.

Class DigestAuthTests TestCase mixin class which defines a number of tests for DigestCredentialFactory. Because this mixin defines setUp, it must be inherited before TestCase.
Class FakeDigestCredentialFactory A Fake Digest Credential Factory that generates a predictable nonce and opaque
Function b64encode Undocumented
def b64encode(s): (source)

Undocumented