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 fc9aa28 commit 5df7bfaCopy full SHA for 5df7bfa
signxml/algorithms.py
@@ -90,7 +90,7 @@ class SignatureMethod(FragmentLookupMixin, InvalidInputErrorMixin, Enum):
90
91
RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
92
"""
93
- The RSASSA-PKCS1-v1_5 algorithm described in RFC 3447. This is the default and most widely supported signature method.
+ The RSASSA-PKCS1-v1_5 algorithm described in RFC 3447. This is the default, most widely supported signature method.
94
95
96
RSA_SHA224 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha224"
0 commit comments