sammchardy / python-idex

IDEX v3 Exchange REST API python implementation

Home Page:https://python-idex.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where should i get library with keccak?

Avarong opened this issue · comments

Pycrypto (from here https://www.dlitz.net/software/pycrypto/) does not contain any keccak... so i have an error "cannot import name 'keccak' from 'Crypto.Hash' (C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\pycrypto-2.6.1-py3.7-win-amd64.egg\Crypto\Hash_init_.py)"

pycryptodome halped..