Xof constructor

Xof(
  1. String algorithmName
)

Create the Xof specified by the standard algorithmName.

Implementation

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