digestx.adler

Adler-32 implementation. This module conforms to the APIs defined in std.digest.digest.

Public Imports

std.digest.digest
public import std.digest.digest;

Members

Aliases

Adler32Digest
alias Adler32Digest = WrapperDigest!Adler32

OOP API for Adler32.

Functions

adler32Of
auto adler32Of(T data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Adler32
struct Adler32
Undocumented in source.

Meta