Mac constructor
Mac(
- String algorithmName
Create the MAC specified by the standard algorithmName.
Implementation
factory Mac(String algorithmName) => registry.create<Mac>(algorithmName);
Create the MAC specified by the standard algorithmName.
factory Mac(String algorithmName) => registry.create<Mac>(algorithmName);