std/hash/adler32 
Index 
Variables
fn New(): hash::Hash32
fn Checksum(data: []byte): u32
Variables 
jule
const Size = 4The size of an Adler-32 checksum in bytes.
New 
jule
fn New(): hash::Hash32Returns a new hash::Hash32 computing the Adler-32 checksum. Its Sum method will lay the value out in big-endian byte order.
Checksum 
jule
fn Checksum(data: []byte): u32Returns the Adler-32 checksum of data.