NMAC

From CRYPTUTOR

Jump to: navigation, search

This page is under construction. Do not rely on its accuracy until it is finished. Please edit this page or use the talk page to leave comments.

NMAC or Nested MAC is a kind of Message Authentication Code which has two keys:

  • \mathsf{MAC_{k_1,k_2}}(m)=F_{k_1}(F_{k_2}(m))

where F_k~ is an iterated-compression hash function like Merkle-Damgard hashes.