| Digest-CMAC documentation | view source | Contained in the Digest-CMAC distribution. |
Digest::OMAC::Base - The One-key CBC MAC message authentication code (base class for OMAC hashes)
use base qw(Digest::OMAC::Base);
This module is used internally by Digest::CMAC/Digest::OMAC1 and Digest::OMAC2 (which does different shifting than OMAC1 but is otherwise the same).
| Digest-CMAC documentation | view source | Contained in the Digest-CMAC distribution. |