Zlib.adler32_combine(adler1, adler2, len2)
Class Public methods
Combine two Adler-32 check values in to one. alder1
is the
first Adler-32 value, adler2
is the second Adler-32 value.
len2
is the length of the string used to generate
adler2
.
Please login to continue.