We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d278075 commit fb5b7eaCopy full SHA for fb5b7ea
1 file changed
src/aws_encryption_sdk/internal/crypto/authentication.py
@@ -41,7 +41,7 @@ def _set_signature_type(self):
41
raise NotSupportedError("Unsupported signing algorithm info")
42
except TypeError:
43
44
-
+
45
def _build_hasher(self):
46
"""Builds the hasher instance which will calculate the digest of all passed data.
47
0 commit comments