00:04:35 UkoeHB_ I forgot to mention this previously, I think figures for the elliptic curve section would be a nice add. I always find elliptic curve cryptography is easier understood with visuals. 00:28:10 thanks atoc, Ill put that on my list for v3 00:28:53 cool (y) 06:57:21 My understanding is that it is currently no way to create multiple transactions in Monero where the second relies on the first existing, but pre-made so it can be broadcast at a later date. Is this something that could be possible / is even being looked at ? I vaguely remember seeing some talk about it in the past week or two in one of the monero channels 07:14:29 It's technically possible but not practical or realistic. Your second tx takes as input references to output indices from the chain, but if those indices haven't even been determined yet it becomes quite hard to coordinate. 07:16:48 Not to mention, all the ring decoys would be older than the real spend, so if you had some service making those tx and managed to fingerprint them, all the real spends would be identifiable. 09:14:25 and the way ring sigs work, means that you would need to select decoys at the time of creation of the second transaction I presume. 13:26:32 Right 13:32:01 Ring signatures suck. 13:32:33 then how would one build a refund claim transaction that must be signed before publishing a parent tx that creates the multisig output being spent in the refund claim? 13:38:13 You don't. I guess. 13:38:21 Which is a bummer. 14:56:36 Hello all 14:56:46 Hope everyone is doing well on this fine day 14:57:20 I'll be working on some Triptych-2 math today, wooo 14:58:26 figure out how to multi-party compute covid away please. 14:59:06 :( 16:44:39 [discord] : Hey everyone, has anyone benchmarked moneros privacy TXO model against bitcoins and other coins that are not private? 16:45:05 [discord] : eg does making transactions private using ring sigs or buillet proofs cause nodes to have to work harder/ longer to verify the txn 16:45:27 yes 16:47:20 Monero tx verification is much heavier than Bitcoin's (even after BPs). 16:47:39 I don't have an actual number to brandish though. 17:22:45 [discord] : ok, do you know of nay papers looking into i? 17:22:46 [discord] : eg does making transactions private using ring sigs or buillet proofs cause nodes to have to work harder/ longer to verify the txtn 17:22:46 [discord] : (edited) 17:24:51 If you just look at the size of a bare bones bitcoin tx vs monero tx, it should give you a pretty good idea of the complexity difference 17:25:04 More complex = longer to verify 17:26:40 Leo I don't have numbers but my guess is that Monero tx will take at least 10x longer to verify 17:26:56 I looked briefly and didn't find hard numbers for typical txs for either bitcoin or monero 17:31:09 Certain parts of transactions can also be verified in batches, reducing the average verification time 17:32:08 Also note that in theory, you could build the transaction protocol using other curves and libraries, so comparing common implementations will be very dependent on the implementation's details and underlying plumbing 18:27:41 @Inge- "My understanding is that it is currently no way to create multiple transactions in Monero where the second relies on the first existing, but pre-made so it can be broadcast at a later date." 18:27:56 Yeah, this would be trivial if ring members were indexed by transaction hash instead of output index. 18:28:43 You could chain as many as you want and release them one-by-one later 18:29:23 Decoy selection would be terrible though 18:29:35 And it likely wouldn't work with advanced binning 18:30:47 Haha yeah the ring member ages would leak the delayed broadcast, and the guess-newest heuristic would be very effective 18:31:53 Well, up to the binning 18:32:24 One benefit of binning (as investigated by Miller's team) was that even under the assumption of an age heuristic, you still have an entire bin of that age included 18:32:36 and would need extra information to narrow down the signer within that bin 18:33:40 * Isthmus hasn't thought about binning in a while 18:33:50 I forget, are archival nodes an issue for that method 18:34:04 How so? 18:37:27 Isthmus: and indexing by hash would require more space? Other downsides? 18:37:30 Miller-style binning uses block hashes to define a bin ordering in a way that miner's can't influence in advance 18:37:44 But otherwise, mining and tx broadcast look the same as without it 18:40:45 Space only for new txes. They can be stored with the current system. 18:41:00 s/miner's/miners 18:41:00 sarang meant to say: Miller-style binning uses block hashes to define a bin ordering in a way that miners can't influence in advance 18:41:04 good bot 18:41:12 (s/for new txes/for network traffic/) 18:41:23 bot doesn't like you 18:41:33 try without brackets? 18:42:04 s/(a)/\1/g 18:42:15 s/$/x/ 18:42:18 bot is ded 18:42:27 s/s/s/ 18:44:08 FWIW binning could be used even with small overall ring sizes 18:44:36 it reduces the time sampling by using few bins, but gives ambiguity within bins (absent external information) 18:45:02 and depending on bin sizes, it could potentially help with cross-input time correlations in some cases too 18:45:07 ^ Isthmus 18:49:12 i.e. Table 4 on page 14 here: https://www.petsymposium.org/2018/files/papers/issue3/popets-2018-0025.pdf 18:57:37 FYI there is a deadline for PoPETS 2021 within a couple of months: https://www.petsymposium.org/cfp21.php 18:57:52 I'm considering submitting one or more of CLSAG, Triptych, or Triptych-2... 19:01:03 any thoughts/advice are welcome 19:01:19 There doesn't appear to be a specific limit on submissions 19:01:35 (perhaps real_or_random has insight?) 19:28:47 Ugh, I was barely able to fit the equations into a single-column format, and PoPETS requires a tiny two-column layout... 19:29:07 I wonder if it'll be straightforward to use a column-spanning environment in TeX 19:30:05 add a footnote 'please use the ZOOM function' 19:30:59 I've never understood the rationale for two-column layouts in math-heavy publications 19:31:06 It's nothing but a hassle 19:31:42 I had one preprint where the editors and typesetters ended up doing some crazy column-spanning stuff, but it still looked just horrible 19:32:18 But I suppose you've gotta play the game if you want to avoid an immediate rejection for formatting :/ 20:03:32 wenbin 20:49:07 Haha, so it's not only in programming people want to rewrite shit just so whitespace is just how they like it ? :D 20:58:08 sarang that sounds like a good opportunity to get more eyes on CLSAG/etc 21:04:38 It'd be months before reviews came back 21:05:17 Bah, I asked the program chairs if a simple article-style format was ok for initial submissions, to avoid the time-consuming formatting work until/unless the paper was accepted 21:05:19 but nope :( 21:05:32 That seems like an unnecessary waste of time 21:17:48 i thought changing layout is like a one liner in tex 21:20:44 It is, but that doesn't help complex mathematics 21:21:15 TeX doesn't handle mathematics flows like it does text (and even then, sometimes you need to help it out with text too) 21:21:30 too bad 21:21:32 Yeah 21:23:18 e.g. pages 7 and 8 of Triptych-2 are gonna be... fun 21:23:42 link? 21:24:12 https://eprint.iacr.org/2020/312 21:24:44 I had one coauthor who figured out a way to do a mathematical diagram on a separate page in landscape mode, which was the only way he could get it to fit on a page! 21:25:14 ok, so the built-in auto wrap won't work 21:26:01 sarang https://tex.stackexchange.com/a/30988 21:26:04 any reason that doesnt work? 21:26:14 There are some multiline environments but I haven't tested them with long eqnarrays 21:26:41 cant you just prerender the equations as images, and inline them as that tex post says? 21:26:53 sure its hacky and manual 21:27:06 That breaks any changes in font etc. that they use 21:27:27 I'll see what I can do 21:27:52 Worth noting that figure environments don't have to contain images 21:28:09 So for displayed boxes showing things like algorithms/protocols, could be very useful 21:28:32 the font on pages 7 / 8 is obviously too large for 2 columns 21:28:35 I didnt dig too deep, just assumed it was image only 21:28:38 i wonder if you can tweak that 21:28:56 not the font, but the resolution 21:29:33 fuwa: their required style package specifies a particular font and size, of course 21:30:13 what ? 21:30:25 The linked preprint uses the standard article documentclass 21:30:38 many places that take preprints have exacting requirements as to the format of those preprints 21:30:38 The conference proceedings use their own class/style 21:30:56 including font type, font size, column number, bibliography style, whatever 21:31:02 gotta play the game 21:31:08 What's strange is many organizations don't care the format of your initial submission, which is really nice 21:31:20 If you're accepted, then they'll have you format according to their preferences 21:31:37 This reduces unnecessary work on the part of authors until/unless they're accepted, which is really nice 21:31:51 I don't really get the necessity of doing all the camera-ready formatting from the start 21:32:02 by accepted, you mean 'they take your money to list your print in a medium that they charge for access to' right? 21:32:11 basically taking money from both sides :D 21:32:13 There's no submission fees 21:32:17 oh neat 21:32:25 And it's open access 21:32:26 the publishing industry doesnt usually leave me with good impressions 21:32:42 So in this case, nobody is paying to submit or to view articles 21:32:56 and of course, the preprints are available if authors post them 21:33:01 What's the journal? 21:33:09 In this case, PoPETs 21:33:15 https://www.petsymposium.org/ 21:33:32 They have this rolling submission method that I like 21:33:57 Anyway, now I know what I'll be doing for the next few days :D 21:34:07 FORMATTING 21:34:40 such productive work 21:34:59 i meant the foratting, of course 21:35:43 need to find an intern 21:36:15 sarang I wonder if fiverrr has any latex experts :D 21:36:47 fiverr* 21:36:47 I'm sure it's a good exercise in TeX :D 21:37:03 Or a subtle indication of "too much math, sorry" 21:37:03 i have some tex experience 21:37:12 orly 21:37:12 hmm, actually ignore that 21:37:21 yeah but if we can fob off the formatting on some schmuck for a cool $50, that leaves your time open for more productive things 21:37:21 I was gonna say, the source to those papers is available 21:37:54 i've switch career to content creation already 21:38:00 needbrrrrrrr90: eh, I wrote it, so it's my responsibility 21:38:09 and at any rate, it's a good chance for me to catch any errors 21:38:26 I'm just needlessly complaining about TeX formatting :D 21:38:26 * needbrrrrrrr90 points out that money lets you defer responsibility in a socially acceptable way 21:39:07 :) 21:40:27 I'll definitely submit CLSAG for sure, and that one should be much easier 21:40:41 Even though reviews will take a while, like UkoeHB_ it will be good to get extra eyes on it 21:44:07 Between Triptych and Triptych-2, I suspect Triptych has a better chance of acceptance since it has a more complete LRS security model