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