Mgf1 constructor

Mgf1({
  1. Hash? hasher,
})

Implementation

Mgf1({crypto.Hash? hasher}) : hasher = hasher ?? crypto.sha1;