polhenarejos / pico-hsm

Hardware Security Module (HSM) for Raspberry Pico and ESP32
https://www.picokeys.com
GNU General Public License v3.0
222 stars 30 forks source link

Missing pypicohsm #46

Closed lboschiazzo closed 2 months ago

lboschiazzo commented 2 months ago

When runing pico-hsm-tool.py for pico-hsm initialization, it complains that pypicohsm is missing. But running pip install pypicohsm pip doesn´t find the module, there is not such module.

Reproduction steps:

Thanks in advance!

polhenarejos commented 2 months ago

You can find it at https://github.com/polhenarejos/pypicohsm

I’ll push the packet to pypi soon.

lboschiazzo commented 2 months ago

Thank you very much!

Excellent work, btw!