Crate multimixer_128

source ·

Constants

  • Each message block of Multimixer-128 is 32 -bytes wide.
  • Message digest produced by Multimixer-128 is 64 -bytes wide.

Functions

  • 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.