Commit Graph

22 Commits

Author SHA1 Message Date
mratsim c7b20c8a7a Add appveyor test config 2018-03-28 11:57:07 +02:00
Yuriy Glukhov 55adc18d0c
Merge pull request #8 from cheatfate/master
Add wrapper for secp256k1_ecdh_raw()
2018-03-21 11:43:54 +02:00
cheatfate 3a39aa0892 Add wrapper for secp256k1_ecdh_raw() 2018-03-21 11:42:07 +02:00
Yuriy Glukhov 6aea1b8dda Switch to status fork as git submodule (#7) 2018-03-21 10:30:55 +01:00
Yuriy Glukhov b810d49470
Merge pull request #6 from cheatfate/master
Added secp256k1_ecdsa_recoverable_signature_parse_compact().
2018-03-19 16:53:12 +02:00
cheatfate bbb83bab0f Added secp256k1_ecdsa_recoverable_signature_parse_compact(). 2018-03-19 16:47:21 +02:00
Yuriy Glukhov 134f825a01
Merge pull request #5 from cheatfate/master
Changing `stdcall` to `cdecl`.
2018-03-16 18:43:58 +02:00
cheatfate ee348dace4 Changing `stdcall` to `cdecl`. 2018-03-16 18:39:06 +02:00
Mamy Ratsimbazafy 81cda1ab6f
Merge pull request #4 from cheatfate/master
Fix crashes, add secp256k1_ecdh definition
2018-03-16 17:10:55 +01:00
cheatfate f7b46707e5 Callback functions must not have default {.nimcall.} calling convention. 2018-03-16 17:20:36 +02:00
cheatfate 10d50515c8 Added test for secp256k1_ecdh() 2018-03-16 11:28:15 +02:00
cheatfate 2c4c49fd3d Added secp256k1_ecdh(). 2018-03-16 11:17:10 +02:00
Eugene Kabanov e0f371e770
Merge pull request #3 from yglukhov/enable-ecdh
Enable ECDH + some minor fixes
2018-03-15 20:37:28 +02:00
Yuriy Glukhov 2c3571598b Enable ECDH + some minor fixes 2018-03-15 20:34:55 +02:00
Yuriy Glukhov 089b0395dd Added recovery interface bindings 2018-03-12 17:04:51 +02:00
Yuriy Glukhov 8cd954b0d4 Added test config 2018-03-12 13:51:33 +02:00
Yuriy Glukhov f123ba3708 Fixed README 2018-03-12 13:51:33 +02:00
Yuriy Glukhov 8b4545f269 Added a test 2018-03-12 13:51:33 +02:00
Yuriy Glukhov eaa31e8158 libsecp256k1 is now built into the package, no additional dependencies needed 2018-03-12 13:51:33 +02:00
Zahary Karadjov 7e4e0fc639 Specify the copyright holders properly 2018-02-27 19:50:01 +02:00
Zahary Karadjov 097b3c2434 FFI declarations for libsecp256k1.h 2018-01-05 03:02:25 +02:00
zah 9d0da54e7d
Initial commit 2018-01-05 02:09:36 +02:00