sipa / bips

Bitcoin Improvement Proposals
bitcoin.org
145 stars 43 forks source link

Add debug print for intermediate values #200

Closed real-or-random closed 4 years ago

real-or-random commented 4 years ago

solves https://github.com/sipa/bips/issues/188

Tell me if I overdid it. But I think it's still readable, in particular if you have syntax highlighting and the comments are displayed differently.

This also adjusts the variables to match the BIP text.

I should have based this on top of #196, sorry. Let's first get #196 merged and I can rebase.

real-or-random commented 4 years ago

That sounds reasonable.

real-or-random commented 4 years ago

fixed, and added another commit that improves checking of the test vectors

sipa commented 4 years ago

ACK