Russ Williams

Results 6 comments of Russ Williams

Yeah, it'd be a useful feature to support. If it can wait a week or two, I can find some time to work on it... the RFC is quite hard...

OK, pretty sure I can find the time to do this, then 😄

Hi @danzadok! Sorry, some stuff came up at the end of last year and I wasn't able to work on it. I've read through all the details in the RFC...

Sorry, I've been really short on time recently :( This is as far as I've got so far: https://github.com/libtom/libtomcrypt/pull/477 It's still not working correctly, I need to dig into the...

Hmm... How about splitting out the signature packing/unpacking (by format), defining an internal structure to pass around the (v,r,s) values, and making `ecc_sign_hash`, `ecc_verify_hash` and `ecc_recover_key` call the relevant encoder/decoder?...

Actually, I was a little confused by the "static linking" comment before... is the worry that someone will take the complete library and, although they don't use `LTC_ECCSIG_ANSIX962`, the linker...