Module image::png::hash
[-] [+]
[src]
This module provides implementations of common hashing algorithms.
Related Links
*http://tools.ietf.org/html/rfc1950 - Adler-32 checksum specification
*http://en.wikipedia.org/wiki/Cyclic_redundancy_check - Cyclic Redundancy Check
Structs
Adler32 | An Implementation of the Adler-32 checksum |
Crc32 | An Implementation of the Crc-32 checksum |