SIGN ECDSA Command
Sign data with ECDSA.
Description
Computes a digital signature using ECDSA on the provided data.
Shell Example
Sign data in file data
using key 0x52b6
and put the result in file sig
:
yubihsm> sign ecdsa 0 0x52b6 ecdsa-sha256 data sig