ehn-dcc-development / ehn-sign-verify-python-trivial

Extremely minimal python implementation of the eHN-S protocol.
European Union Public License 1.2
76 stars 41 forks source link

Fix broken tests after script renaming #6

Closed quapka closed 2 years ago

quapka commented 3 years ago

./test.sh failed with:

python3: can't open file 'cose_verify.py': [Errno 2] No such file or directory
python3: can't open file 'cose_sign.py': [Errno 2] No such file or directory

Because cose_ prefix was changed to hc1_ in 40c60a8.