cryptal
latest
Cryptography Abstraction Layer
|
This is the complete list of members for fpoirotte\Cryptal\Implementers\MacInterface, including all inherited members.
__construct(MacEnum $macAlgorithm, SubAlgorithmAbstractEnum $innerAlgorithm, $key, $nonce= '') | fpoirotte\Cryptal\Implementers\MacInterface | |
__toString() | fpoirotte\Cryptal\ContextBasedInterface | |
finalize($raw=false) | fpoirotte\Cryptal\ContextBasedInterface | |
mac(MacEnum $macAlgorithm, SubAlgorithmAbstractEnum $innerAlgorithm, $key, $data, $nonce= '', $raw=false) | fpoirotte\Cryptal\Implementers\MacInterface | static |
update($data) | fpoirotte\Cryptal\ContextBasedInterface |