Crate pruefung [−] [src]
Modules
| adler32 |
Adler32 checksum implementation. |
| bsd |
BSD checksum implementation. |
| crc |
Cyclic Redundancy Check implementations. |
| fletcher16 |
Fletcher16 checksum implementation. |
| fnv |
Fowler-Noll-Vo checksum implementations. |
| sysv |
SysV checksum implementation. |
| unix |
UNIX cyclic redundancy check implementation. |
Traits
| Digest |
The Digest trait specifies an interface common to digest functions. It's a
convinience wrapper around |
| Hasher |
A trait for hashing an arbitrary stream of bytes. |