feat: identity-micropython v0.1.0 — Pico W Ed25519 PoC

This commit is contained in:
2026-05-21 23:07:50 +02:00
commit d23062d54f
7 changed files with 716 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"urls": [
["identity_iot.py", "github:wide/identity-micropython/identity_iot.py"],
["identity_iot_ed25519.py", "github:wide/identity-micropython/identity_iot_ed25519.py"],
["identity_iot_aes.py", "github:wide/identity-micropython/identity_iot_aes.py"]
],
"version": "0.1.0"
}