roconnor-blockstream

Results 158 comments of roconnor-blockstream

Right. My understanding is that `secp256k1_xonly_pubkey_load` and friends ought to have (but isn't required to have) "compiler-checked developer documentation for the implementations and 'interface' to that part of the codebase",...

find_and_delete looks like it is broken to me. It doesn't seem to parse the opcodes.

@jonasnick I've merged your tests into one commit.

Presumably we can add configuration options so that our MSVC test infrastructure can at least exercise this code path on X86.

Fixed in 38123e3dd2ad5ac9b7be7436625a9793efa11d55.

Last year we more or less decided to move to using a longer checksum for long secrets. Background: A 512 bit master seed requires 103 characters to encode it. We...

I've redefined long strings to use a long checksum. This now requires a thorough review, testing the python code, and we will need to generate at least one more test...

Hold the presses. I've run into an issue. > gen=[23,4,22,5,6,21,23,6,21,25,9,26,25,10,15,1] degree=15 For some reason the generator actually has 16 elements...

I've corrected the generators. The solution was to reverse the list and drop the leading 1.

I added a 512 bit example test vector. This is probably ready to be merged now.