You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(key): use algorithm-specific hash for thumbprints
Thumbprints must use the algorithm's hash function, not
always SHA-256. Per Coz spec:
- ES256 → SHA-256 (32 bytes)
- ES384 → SHA-384 (48 bytes)
- ES512/Ed25519 → SHA-512 (64 bytes)
Thanks to the Coz protocol creator for catching this!
0 commit comments