Commit Graph

15 Commits

Author SHA1 Message Date
Jacek Sieka be98963599
fromHex needs to be public after all 2020-06-22 16:59:37 +02:00
Jacek Sieka 5701a60143
use requiredInit (#22)
* use requiredInit

Use requiredInit on keys - this simplifies error handling by providing
more compile-time guarantees through type.

Loophole: `clear` will leave an invalid key type in memory, not
guaranteed by type - it requires an explicit action to produce, so it's
somewhat better than the current situation where by default, keys are
invalid, but it's not watertight.

something like a `sink` would be needed which would have to guarantee
that `clear` is the last use of the instance.

* close requiresinit loophole

* remove clear for public stuff

* fix side effects

`secp256k1_context_no_precomp` is constant actually

* document nosideeffect

* document nosideeffect

* document fix
2020-06-22 16:08:21 +02:00
Jacek Sieka 306289244c
add convenience api (#21)
fixes #19
2020-04-17 07:43:30 +02:00
Jacek Sieka 5af866754b
upstream: update (#18) 2020-04-11 16:38:24 +02:00
cheatfate 16b3cd84b6
Fix #17.
Bump version to 0.1.2.
2020-03-08 22:22:50 +02:00
cheatfate 25b04816a0
Fix path handling for compile targets.
Bump version to 0.1.1.
2020-03-08 20:26:54 +02:00
cheatfate 3a39aa0892 Add wrapper for secp256k1_ecdh_raw() 2018-03-21 11:42:07 +02:00
cheatfate bbb83bab0f Added secp256k1_ecdsa_recoverable_signature_parse_compact(). 2018-03-19 16:47:21 +02:00
cheatfate ee348dace4 Changing `stdcall` to `cdecl`. 2018-03-16 18:39:06 +02:00
cheatfate f7b46707e5 Callback functions must not have default {.nimcall.} calling convention. 2018-03-16 17:20:36 +02:00
cheatfate 2c4c49fd3d Added secp256k1_ecdh(). 2018-03-16 11:17:10 +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 eaa31e8158 libsecp256k1 is now built into the package, no additional dependencies needed 2018-03-12 13:51:33 +02:00
Zahary Karadjov 097b3c2434 FFI declarations for libsecp256k1.h 2018-01-05 03:02:25 +02:00