Class: BTC::Secp256k1::Signature
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- BTC::Secp256k1::Signature
- 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;