MD5 static method

Hasher MD5(
  1. dynamic data
)

Implementation

static Hasher MD5(dynamic data) => md5.MD5(data);