SHA224 static method

Hasher SHA224(
  1. dynamic data
)

Implementation

static Hasher SHA224(dynamic data) => sha224.SHA224(data);