--- Log opened Fri Jun 25 00:00:48 2021 01:22 -!- belcher_ is now known as belcher 03:30 -!- robertspigler [~robertspi@2001:470:69fc:105::2d53] has joined #secp256k1 12:20 -!- gmaxwell [~gmaxwell@user/gmaxwell] has quit [Ping timeout: 265 seconds] 12:41 -!- gmaxwell [~gmaxwell@user/gmaxwell] has joined #secp256k1 13:25 < roconnor> oh no, the static table is all wrong for the exhastive tests. 13:25 * roconnor needs more #ifdefs 15:47 < roconnor> Okay I have a draft PR @ https://github.com/bitcoin-core/secp256k1/pull/956 15:48 < roconnor> needs a lot more work, tests, fixing tests properly. 15:48 < roconnor> broken makefile.am 15:48 < roconnor> But if some high level comment would be helpful. 15:49 < roconnor> Also, I don't quite know what to do about this verify context. 15:50 < gmaxwell> "16,503 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes. " :P 15:53 < gmaxwell> The file would probably be smaller if you changed the constants to hex. 16:00 -!- belcher_ [~belcher@user/belcher] has joined #secp256k1 16:02 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 256 seconds] 17:26 < roconnor> gmaxwell: my armchair anaysis was that for 32-bit constants decimal would be the most concise. 17:26 < roconnor> Please let me know if I'm wrong. 17:30 < sipa> https://www.wolframalpha.com/input/?i=log%2810%2Cx%29+%3D%3D+log%2816%2Cx%29%2B2 17:30 < sipa> sounds like you need a 12-digit number before hex is shorter 17:35 < roconnor> I supose I might be able to construct a macro to dissassemble a 64-bit constant. 17:36 < sipa> the existing SECP256K1_FE_CONST macro takes in 32-bit arguments; no reason why that can't be 64-bit 18:03 < gmaxwell> well I don't think it's worth using 64-bit constants just to make the file slightly shorter. :) 18:13 < roconnor> I see. 18:21 < gmaxwell> (there is somewhat reduced portability of 64-bit constants, ... probably nothing that has issues with them works for other reasons, but I don't see a reason to rush out to using them. :P ) 19:20 -!- reallll [~belcher@user/belcher] has joined #secp256k1 19:22 -!- belcher_ [~belcher@user/belcher] has quit [Ping timeout: 272 seconds] 23:20 -!- belcher_ [~belcher@user/belcher] has joined #secp256k1 23:23 -!- reallll [~belcher@user/belcher] has quit [Ping timeout: 258 seconds] 23:25 < gmaxwell> https://github.com/bitcoin-core/secp256k1/issues/958 < delete and block? 23:27 < sipa> done --- Log closed Sat Jun 26 00:00:49 2021