cryptal  latest
Cryptography Abstraction Layer
fpoirotte\Cryptal\MacEnum Class Reference
+ Inheritance diagram for fpoirotte\Cryptal\MacEnum:

Private Attributes

 $MAC_CMAC
 Block-cipher-based MAC (also known as One-Key MAC v1 [OMAC1])
 
 $MAC_HMAC
 Keyed-hash MAC.
 
 $MAC_PMAC
 Parallelizable MAC.
 
 $MAC_POLY1305
 Poly1305 Message Authenticator.
 
 $MAC_UMAC_128
 Universal hashing-based MAC with 128-bit output.
 
 $MAC_UMAC_32
 Universal hashing-based MAC with 32-bit output.
 
 $MAC_UMAC_64
 Universal hashing-based MAC with 64-bit output.
 
 $MAC_UMAC_96
 Universal hashing-based MAC with 96-bit output.
 

Detailed Description

Supported algorithms for Message Authentication Codes.

Definition at line 10 of file MacEnum.php.


The documentation for this class was generated from the following file: