Thomas Kerin

Results 77 issues of Thomas Kerin

Bringing the schnorr api up to date with the latest upstream changes. Adds `secp256k1_xonly_pubkey`, a special type used by the schnorrsig module. Following upstream, this resource type and associated functions...

We don't have support for configuring error callbacks. It'd be nice to add these for completeness.

as mentioned in https://github.com/Bit-Wasp/secp256k1-php/issues/131, we should have travis run valgrind tests. recently I've done some work on this using a php build from source with the following: `./buildconf && ./configure...

Rebased #56 in a separate PR to preserve history

We should be able to build against a copy of libsecp256k1 in git, to avoid the constant breaks in upstream software when libsecp25k1 upgrades. . I think there are examples...

When I kill crossbar, I can see python-autobahn doing exponential backoff which is fine, however, if the connection re-establishes, the existing state isn't cleared. So if there is a subsequent...

I was reviewing stackoverflow for how people dealt with leftmost zeroes and I stumbled on this library There's some issues stemming from the integer conversion where tokens with zeroes are...