hash abstract method

Future<Hash> hash(
  1. List<int> input
)
override

Calculates hash for the argument.

Implementation

Future<Hash> hash(List<int> input);