ran into some trouble verifying some DSA signatures due to incorrect asn.1 encoding of signature components that are 256 bits long - resolved by finally just using pyasn1 instead of the mini encoder I had written before
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
cryptography>=0.8
|
||||
enum34
|
||||
pyasn1
|
||||
six>=1.7.2
|
||||
singledispatch
|
||||
|
||||
Reference in New Issue
Block a user