SHA3 static method

Hasher SHA3(
  1. dynamic data
)

Implementation

static Hasher SHA3(dynamic data) => sha3.SHA3(data);