SHA256 static method

Hasher SHA256(
  1. dynamic data
)

Implementation

static Hasher SHA256(dynamic data) => sha256.SHA256(data);