QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Scare Crowe 9cbba792a1 GNUK 3 years ago
..
features GNUK 3 years ago
README GNUK 3 years ago
ecc_nistp256_keys.py GNUK 3 years ago
generate_keys.py GNUK 3 years ago
gnuk_token.py GNUK 3 years ago
rsa-aut.key GNUK 3 years ago
rsa-dec.key GNUK 3 years ago
rsa-sig.key GNUK 3 years ago
rsa_keys.py GNUK 3 years ago

README

This is a functionality test suite for Gnuk.

You need python-nose, python-freshen as well as python-usb.

Besides, python-crypto is needed when you use generate_keys.py to
update contents of *.key.


Type:

$ nosetests --with-freshen

or

$ nosetests -v --with-freshen

to run the test suite.

To skip tests for key generation, add an option "--tag ~keygen". To
stop running tests after the first error or failure, add "--stop" option.