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

'{"A": 1234}' not "{'A': 1234}" #8

Open Tonto5000 opened 3 years ago

Tonto5000 commented 3 years ago

Hi,

Pretty sure in the readme.md it is supposed to be Run the command: echo '{"A": 1234}' | python3.8 hc1_sign.py | python3.8 hc1_verify.py

minor thing, but hey :)

boompig commented 3 years ago

Bump. If you try the example as written you will get an IndexError

seatedscribe commented 3 years ago

I confirm this bububump :)