Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 338 Bytes

File metadata and controls

19 lines (12 loc) · 338 Bytes

pyAES

get submodule update:

git clone https://github.com/XX-net/cryptopp

Install build tools:

Android

pkg update  
pkg install git python build-essential   
pip install cffi setuptools  

Linux

apt-get install build-essential

Steps to build and install:

python setup.py build