SHA1 static method

Hasher SHA1(
  1. dynamic data
)

Implementation

static Hasher SHA1(dynamic data) => sha1.SHA1(data);