Module: Secp256k1::C
Overview
C interface
Class Method Summary collapse
-
.ellswift_xdh_hash_function_bip324 ⇒ FFI::Pointer
Pointer to secp256k1_ellswift_xdh_hash_function_bip324 constant.
Class Method Details
.ellswift_xdh_hash_function_bip324 ⇒ FFI::Pointer
Pointer to secp256k1_ellswift_xdh_hash_function_bip324 constant.
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 |