The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Digest::OMAC::Base - The One-key CBC MAC message authentication code (base class for OMAC hashes)

SYNOPSIS

  use base qw(Digest::OMAC::Base);

DESCRIPTION

This module is used internally by Digest::CMAC/Digest::OMAC1 and Digest::OMAC2 (which does different shifting than OMAC1 but is otherwise the same).