💾 Archived View for tris.fyi › pydoc › _sha512 captured on 2023-04-26 at 13:34:16. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

Back to module index

Go to module by name

_sha512

This module has no docstring.

Classes

sha512

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

Functions

sha384

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

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

sha512

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

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