Hasher class.
Hasher
new Hasher()
public function Hasher(hasher:IHasher)
Constructor.
public function hash(value):String
Calculates and returns hash of passed-in value
value
A toString() method is apply on value before.
toString()