Skip to content

Commit d770edd

Browse files
committed
SIG_RSA_RIPEMD160 not implemented
1 parent dece930 commit d770edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xmldsig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
SIG_RSA_SHA256 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
3434
SIG_RSA_SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'
3535
SIG_RSA_SHA512 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512'
36-
SIG_RSA_RIPMED160 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160'
36+
#SIG_RSA_RIPEMD160 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160'
3737
sig_default = SIG_RSA_SHA1
3838

3939
MAC_SHA1 = 'http://www.w3.org/2000/09/xmldsig#hmac-sha1'

0 commit comments

Comments
 (0)