Module constants

Source
Expand description

Re-exported main mdg module from mdg for MD5 hashing. Import the constants module.

Constantsยง

BLOCK_LENGTH
The block length.
DIGEST_LENGTH
The digest length.
INITIAL_STATE
The number of bytes in a word.
PADDING
Padding used in the algorithm implementation of MD5.
SHIFTS
The number of bytes in a word.
T_VALUES
The number of bytes in a word.