crypto
ecc_generate_key() -> key_obj
key_obj
Generate an ECC P-256 key pair
Returns a key object table with raw binary string fields: private (scalar d), public (uncompressed point), x (32-byte affine x), y (32-byte affine y).
private
public
x
y