Sha1 constructor

Sha1(
  1. String hash
)

Implementation

Sha1(this.hash) : assert(hash.length == 40);