hash
function no longer takes an encoding in its second parameter. Use hash(data).toString(<encoding>)
instead.hash()
and hasher.digest()
using()
helper to deal with disposablesdispose: boolean
option to Hashers' .digest()
methods, so that you can read a head while continuing to update ithasher.reader()
method to retrieve a hash reader object, which allows seeking through and reading arbitrary amounts of data from the hashHash.digest([encoding])
Initial release