[Resource Topic] 2001/027: A Block-Cipher Mode of Operation for Parallelizable Message Authentication

Welcome to the resource topic for 2001/027

Title:
A Block-Cipher Mode of Operation for Parallelizable Message Authentication

Authors: John Black, Phillip Rogaway

Abstract:

We define and analyze a
simple and fully parallelizable block-cipher mode of operation
for message authentication.
Parallelizability does not come at the
expense of serial efficiency: in a conventional, serial
environment, the algorithm’s speed is within
a few percent of the (inherently sequential) CBC~MAC.
The new mode, PMAC, is deterministic,
resembles a standard mode of operation
(and not a Carter-Wegman MAC),
works for strings of any bit length,
employs a single block-cipher key,
and uses just max{1, ceiling(|M|/n)}
block-cipher calls to MAC any string M using an
n-bit block cipher.
We prove PMAC secure,
quantifying an adversary’s forgery probability
in terms of the quality of the block cipher as a
pseudorandom permutation.

ePrint: https://eprint.iacr.org/2001/027

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .