The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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