Thomas Kerin

Results 149 comments of Thomas Kerin

I think I've solved this one. Want to check and let me know?

Should be fixed now, cheers!

OK. The reviews form is a complicated one, can you tell me how many items are in it? Guessing more than one... I'll have a look in a while, but...

Odd, ok. It is this in a review/view/ /hash url? Can you tell me what comes up on the vendors page: ./user/vendor_hash Should have [All] [Positive] [Negative] just confirm where...

Hmm, yeah that's not right. Depending on the usage it could die on a transaction it created itself. I'll have a look at properly decoding varints, as their length can...

Not closing this just yet as there still technically is a problem in how the library parses varints, I'll follow up with a PR for this.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Yeah totally agree. I've been thinking about what we might be able to do there. The problem is multiplication uses this conditional swap, but...

I guess it's worth documenting our effort :P https://github.com/afk11/secp256k1-php

Definitely! It's bare bones right now and not everything is implemented. Currently (on my system) it dies due do a memory corruption error. If I comment something unrelated to the...

Also, ec_pubkey_create gives the wrong result (compared to brainwallet.org) so not sure what's up there.