Hash.zero constructor

Hash.zero()

Create zero hash

Implementation

factory Hash.zero() {
  return Hash._(Uint8List(hashSize));
}