Thomas Kerin

Results 149 comments of Thomas Kerin

Networks are definitely a pain, I'd say revisiting them being global would be a good idea. Working on this https://github.com/Bit-Wasp/bitcoin-php/compare/master...afk11:disabled-network?expand=1 which implements NetworkInterface but has each method throw. Could be...

Yea it should work, but you might have to embed the key in an ASN1 structure so the HSM has the curve information. I'm not familiar with AWS's cloudhsm, have...

Hmm, there isn't code for it in this project. How about generating one on AWS and posting it's contents here and we'll try? You can dump any ASN1 base64 or...

@drsaluml how did this go? any luck?

Hey @plessmann This can happen when a cryptocurrency changes it's address prefixes. When this happens, it's usually a disaster for applications because all their stack needs to be compatible. Look...

btw, you can compare addresses if you decode the base58 to bytes - you can see if the prefix is wrong or something else, and compare known valid addresses with...

Hey. The PR includes an implementation of bip-schnorr https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr.mediawiki using PHPECC. The implementation is working, but it could do with review by others, especially a cryptographer. ext-secp256k1 also needs bindings...

Hi, I left this on standby while libsecp worked things out, as there was quite a bit of code churn on their end. I noticed that PR was merged not...

Hehe, I was write a parser for coinparams also at one point ;) sick of having to go looking for those! It's actually why I'd really like to remove other...

Hi, @dan-da, sorry it took so long to respond to this PR! I've reviewed the adapter, and like how it's turning out! I've given the examples a look also and...