Module: Secp256k1::C

Extended by:
FFI::Library
Included in:
Secp256k1
Defined in:
lib/secp256k1/c.rb

Overview

C interface

Class Method Summary collapse

Class Method Details

.ellswift_xdh_hash_function_bip324FFI::Pointer

Pointer to secp256k1_ellswift_xdh_hash_function_bip324 constant.

Returns:

  • (FFI::Pointer)


60
61
62
# File 'lib/secp256k1/c.rb', line 60

def self.ellswift_xdh_hash_function_bip324
  FFI::Pointer.new(secp256k1_ellswift_xdh_hash_function_bip324)
end