Signature: remove todo about M2Crypto

This commit is contained in:
Jakub Warmuz
2015-02-15 11:31:40 +00:00
parent 89ac11c309
commit f81e936a49
-2
View File
@@ -32,8 +32,6 @@ class Signature(util.JSONDeSerializable, util.ImmutableMap):
def from_msg(cls, msg, key, nonce=None):
"""Create signature with nonce prepended to the message.
.. todo:: Change this over to M2Crypto... PKey
.. todo:: Protect against crypto unicode errors... is this sufficient?
Do I need to escape?