Luke Dashjr
|
486b9bb8ce
|
Use a flags bitfield for compressed option to secp256k1_ec_pubkey_serialize and secp256k1_ec_privkey_export
|
2015-09-19 19:33:30 +00:00 |
|
Luke Dashjr
|
05732c5a5f
|
Callback data: Accept pointers to either const or non-const data
|
2015-09-19 19:33:28 +00:00 |
|
Luke Dashjr
|
788038d323
|
Use size_t for lengths (at least in external API)
|
2015-09-19 19:33:21 +00:00 |
|
Pieter Wuille
|
dc0ce9fc41
|
[API BREAK] Change argument order to out/outin/in
|
2015-09-04 17:45:57 +02:00 |
|
Cory Fields
|
b183b41122
|
bugfix: "ARG_CHECK(ctx != NULL)" makes no sense
Move all context checks to VERIFY_CHECK and be sure they come before all
ARG_CHECKs.
|
2015-09-02 23:42:51 -04:00 |
|
Pieter Wuille
|
9f443be086
|
Move pubkey recovery code to separate module
|
2015-08-28 01:51:52 +02:00 |
|
Pieter Wuille
|
a5a66c70b6
|
Add support for custom EC-Schnorr-SHA256 signatures
|
2015-08-03 20:08:51 +02:00 |
|
Andrew Poelstra
|
91c0ce95ca
|
Add benchmarks for ECDH and const-time multiplication
|
2015-08-01 10:57:36 -05:00 |
|
Andrew Poelstra
|
0739bbb6f0
|
Add ECDH module which works by hashing the output of ecmult_const
|
2015-08-01 10:57:33 -05:00 |
|