appendSeq(aSequence)
Appends aSequence to the hash calculation. Returns self.
md5
Completes the MD5 calculation and returns the hash as a Buffer. Once this method is called, append() should not be called again on the receiver or it will raise an exception.
md5String
Returns a string containing a hexadecimal representation of the md5 hash.
|