Class: BTC::Secp256k1::Signature

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/btcruby/secp256k1.rb

Overview

Note: this struct is opaque, but public. Its size will eventually be guaranteed. See github.com/bitcoin/secp256k1/issues/288 typedef struct

unsigned char data[65];

secp256k1_ecdsa_signature_t;