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 9b62c8e commit 307d60eCopy full SHA for 307d60e
NEWS
@@ -48,7 +48,7 @@ added.
48
49
Deprecations:
50
Python 2.5 is not supported any more - dead code removal.
51
-`from keys import *` will now import only objects defined in that module.
+`from ecdsa.keys import *` will now import only objects defined in that module.
52
Trying to decode a malformed point using `VerifyingKey.from_string`
53
will rise now the `MalformedPointError` exception (that inherits from
54
`AssertionError` but is not it).
0 commit comments