X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fec.py;h=047aad97a1d6db7225d8f6b5c967647df364ba22;hb=ec92bf04b008b0401014cae90fa2dfca18efa02c;hp=f3ea77831a718a652a3902918acc977ec0b2586a;hpb=eeb4a6511bf02295c802a6b55bfad226b01fa126;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