cryptography.hazmat.primitives
This module has no docstring.
finalize(self) -> bytes Returns the signature as bytes.
update(self, data: bytes) -> None Processes the provided bytes and returns nothing.
update(self, data: bytes) -> None Processes the provided bytes and returns nothing.
verify(self) -> None Raises an exception if the bytes provided to update do not match the signature or the signature does not match the public key.