This commit is contained in:
Roman Zeyde
2015-06-16 10:20:11 +03:00
parent 6fb49e025d
commit 768ee33bf2
3 changed files with 8 additions and 6 deletions

View File

@@ -3,11 +3,11 @@ import hashlib
import base64
import ecdsa
from . import util
import logging
log = logging.getLogger(__name__)
from . import util
DER_OCTET_STRING = b'\x04'
curve = ecdsa.NIST256p