WHIRLPOOL static method

Hasher WHIRLPOOL(
  1. dynamic data
)

Implementation

static Hasher WHIRLPOOL(dynamic data) => whirlpool.WHIRLPOOL(data);