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:
Michael Greene
2015-04-12 18:46:41 -07:00
parent 275d51791f
commit cb91a8056d
2 changed files with 9 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
cryptography>=0.8
enum34
pyasn1
six>=1.7.2
singledispatch