X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fec.py;h=047aad97a1d6db7225d8f6b5c967647df364ba22;hb=72a7754bfee5206288d9211b740dae7b2ca9618b;hp=f3ea77831a718a652a3902918acc977ec0b2586a;hpb=95a6e6a2c24635d189b408b3cc4dc739e1fe7641;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/ec.py b/ctypescrypto/ec.py index f3ea778..047aad9 100644 --- a/ctypescrypto/ec.py +++ b/ctypescrypto/ec.py @@ -5,6 +5,8 @@ from ctypescrypto.pkey import PKey, PKeyError from ctypes import c_void_p,c_char_p,c_int,byref from ctypescrypto import libcrypto +__all__ = [ 'create'] + def create(curve,data): """ Creates EC keypair from the just secret key and curve name