Skip to content
Snippets Groups Projects
user avatar
Dmitriy A. Gerasimov authored
Features 2324 - The main functions from libdap-crypto are wraped
738f557c

libdap-crypto-python

libdap-crypto python binding

Build Status

Build and Run tests:

mkdir build
cd build
cmake ../
make
cp ../test/test_b58.py ./
cp ../test/test_b64.py ./
cp ../test/test_iaes256_cbc.py ./
cp ../test/test_oaes.py ./
python3.7 test_b58.py
python3.7 test_b64.py
python3.7 test_iaes256_cbc.py
python3.7 test_oaes.py