SHA384 static method

Hasher SHA384(
  1. dynamic data
)

Implementation

static Hasher SHA384(dynamic data) => sha384.SHA384(data);