x25519 key usage #51
-
hi next , using pico-hsm-tool i initialized and generated x25519 key pair: $ python3 pico-hsm-tool.py initialize Pico HSM Tool v1.14 Key generated successfully. How can i use this key (opensc-tool/openssl/pico-hsm-tool/....) to sign and verify |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
x25519/x448 are not Edwards curves (Ed25519 or Ed448).
The way to sign is the same as other keys, nothing special is required. |
Beta Was this translation helpful? Give feedback.
x25519/x448 are not Edwards curves (Ed25519 or Ed448).
pico-hsm-tool
does not provide support for Edwards curves. I'll make a commit.The way to sign is the same as other keys, nothing special is required.