update abstract method

Hash update(
  1. List<int> data
)

Updates the hash with the provided data.

Implementation

Hash update(List<int> data);