This module has no docstring.
copy(self, /) Return a copy of the hash object.
digest(self, /) Return the digest value as a bytes object.
hexdigest(self, /) Return the digest value as a string of hexadecimal digits.
update(self, obj, /) Update this hash object's state with the provided string.
block_size = <attribute 'block_size' of '_md5.md5' objects>
digest_size = <attribute 'digest_size' of '_md5.md5' objects>
name = <attribute 'name' of '_md5.md5' objects>
md5(string=b'', *, usedforsecurity=True) Return a new MD5 hash object; optionally initialized with a string.