Back to module index

Go to module by name

_sha1

This module has no docstring.

Classes

sha1

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 '_sha1.sha1' objects>
digest_size = <attribute 'digest_size' of '_sha1.sha1' objects>
name = <attribute 'name' of '_sha1.sha1' objects>

Functions

sha1

sha1(string=b'', *, usedforsecurity=True)

  Return a new SHA1 hash object; optionally initialized with a string.