We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc7861 commit ccbcd46Copy full SHA for ccbcd46
src/cryptography/hazmat/primitives/hashes.py
@@ -75,8 +75,6 @@ def __init__(
75
raise TypeError("Expected instance of hashes.HashAlgorithm.")
76
self._algorithm = algorithm
77
78
- self._backend = backend
79
-
80
if ctx is None:
81
from cryptography.hazmat.backends.openssl.backend import (
82
backend as ossl,
0 commit comments