Hasher constructor

Hasher(
  1. dynamic data
)

Implementation

Hasher(dynamic data) {
  init(data);
}