💾 Archived View for tris.fyi › pydoc › cryptography.hazmat.backends.openssl.ec captured on 2022-01-08 at 13:58:41. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
cryptography.hazmat.backends.openssl
This module has no docstring.
finalize(self) Returns the signature as bytes.
update(self, data) Processes the provided bytes and returns nothing.
update(self, data) Processes the provided bytes and returns nothing.
verify(self) Raises an exception if the bytes provided to update do not match the signature or the signature does not match the public key.
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
utils = <cryptography.utils._ModuleWithDeprecations object at 0x7f05676abbb0>