etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

Add ECDH module detection #13

Closed etscrivner closed 5 years ago

etscrivner commented 5 years ago

Add the ability to detect the secp256k1_ecdh.h module installation and a new predicate Secp256k1.have_ecdh? that indicates whether or not this module is installed.