Mac constructor

Mac(
  1. String algorithmName
)

Create the MAC specified by the standard algorithmName.

Implementation

factory Mac(String algorithmName) => registry.create<Mac>(algorithmName);