digest_obj.digest â string
digest_obj.digest(string) â string
digest_obj.digest(string) â string
Instance Public methods
If none is given, returns the resulting hash value of the digest, keeping the digest's state.
If a string is given, returns the hash value for the given string, resetting the digest to the initial state before and after the process.
Please login to continue.