MD2 static method

Hasher MD2(
  1. dynamic data
)

Implementation

static Hasher MD2(dynamic data) => md2.MD2(data);