💾 Archived View for tris.fyi › pydoc › _sha1 captured on 2022-03-01 at 16:00:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

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.