hashSync abstract method

Hash hashSync(
  1. List<int> data
)

Synchronous version of hash.

Implementation

Hash hashSync(List<int> data);