Constants§
- BLOCK_
SIZE - Each message block of Multimixer-128 is 32 -bytes wide.
- DIGEST_
SIZE - Message digest produced by Multimixer-128 is 64 -bytes wide.
Functions§
- multimixer_
128 - Given n -bytes key and message s.t. n > 0 and n is a multiple of block size ( = 32 ), this routine can be used for computing message digest of 64 -bytes, using universal keyed hashing algorithm based on integer multiplication.