o
    Ç `Å  ã                   @   s(   d dl mZmZmZ dZdZdZdZdS )é    )Úabsolute_importÚdivisionÚprint_functionz
#include <openssl/ecdsa.h>
zk
typedef ... ECDSA_SIG;

typedef ... CRYPTO_EX_new;
typedef ... CRYPTO_EX_dup;
typedef ... CRYPTO_EX_free;
z÷
int ECDSA_sign(int, const unsigned char *, int, unsigned char *,
               unsigned int *, EC_KEY *);
int ECDSA_verify(int, const unsigned char *, int, const unsigned char *, int,
                 EC_KEY *);
int ECDSA_size(const EC_KEY *);

Ú
N)Ú
__future__r   r   r   ÚINCLUDESÚTYPESÚ	FUNCTIONSÚCUSTOMIZATIONS© r   r   úu/home/ych/rk3568/buildroot/output/rockchip_rk3568/build/host-python-cryptography-3.3.2/src/_cffi_src/openssl/ecdsa.pyÚ<module>   s
   	