MD4 static method

Hasher MD4(
  1. dynamic data
)

Implementation

static Hasher MD4(dynamic data) => md4.MD4(data);