Nitrokey / nitrokey-pro-firmware

Firmware for the Nitrokey Pro device
GNU General Public License v3.0
117 stars 21 forks source link

Question: Support EC operations #76

Open earonesty opened 3 years ago

earonesty commented 3 years ago

Do you support EC point multiplication: IE: I pass in an EC point, your system multiplies by the private key and replies? This is needed for custom protocols, like custom multisig, etc.

szszszsz commented 3 years ago

Hi! Nitrokey Pro and Nitrokey Storage use OpenPGP smart card - please take a look at their specification:

Nitrokey Start uses software implementation of OpenPGP v2.0 subset, with ECC. It could be modified to offer custom features.