generate Ed25519 keys #30
-
hi sc-tool -l --pin 648219 --keygen --key-type EC:edwards25519 --id 12 --label "edtest" getting unknown key type thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You cannot use the module provided by OpenSC/SmartCard (namely sc-tool or pkcs11-tool) because this driver does not support Edward curves. Originally this driver is intented to work only with smartcard hsm from cardcontact, which does not support Edwards. If you want to generate Ed25519/Ed448 curves you must use supplied tool |
Beta Was this translation helpful? Give feedback.
-
fascinating...so just to confirm we can generate ed25519? are you accepting pulls for https://www.picokeys.com/pico-hsm/ ? we should update the featurelist to include this if so :) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
You cannot use the module provided by OpenSC/SmartCard (namely sc-tool or pkcs11-tool) because this driver does not support Edward curves. Originally this driver is intented to work only with smartcard hsm from cardcontact, which does not support Edwards.
If you want to generate Ed25519/Ed448 curves you must use supplied tool
pico-hsm-tool
.