Crate multimixer_128

Crate multimixer_128 

Source

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.