💾 Archived View for tris.fyi › pydoc › _sha256 captured on 2022-01-08 at 13:45:10. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

Back to module index

Go to module by name

_sha256

This module has no docstring.

Classes

sha224

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 '_sha256.sha224' objects>
digest_size = <member 'digest_size' of '_sha256.sha224' objects>
name = <attribute 'name' of '_sha256.sha224' objects>

sha256

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 '_sha256.sha256' objects>
digest_size = <member 'digest_size' of '_sha256.sha256' objects>
name = <attribute 'name' of '_sha256.sha256' objects>

Functions

sha224

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

  Return a new SHA-224 hash object; optionally initialized with a string.

sha256

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

  Return a new SHA-256 hash object; optionally initialized with a string.