-
fluffypony
selsta: asymptotically is correct, they'd fail validation
-
fluffypony
so at best you'd get a short string of invalid blocks and block the node
-
selsta
thanks
-
selsta
fluffypony: will ping you later today about DNS
-
fluffypony
kk
-
philogy
Is there a cryptographic way to generate a value sG from a set of public keys K_1 ... K_n such that any one with a private key corresponding to a public key in the set can retrieve s but nobody else not even the generator of sG?
-
philogy
also could such an operation be done non-interactively?
-
binaryFate
fluffypony: about DNS, the XMR donation address has to be updated in openalias record if not done yet
-
UkoeHB_
philogy very unlikely
-
philogy
Because I was thinking if a sender creates a more complex transaction with multiple outputs that revoke each other knowing the private revocation key s would allow him to know when any of the outputs are spent because he could recreate the revocation key image
-
philogy
is [rK1]K2 = [rK2]K1 ?
-
moneromooo
It's not true, the wallet does not do block validation. It's the node's job (and if you offload that job to an untrusted party, then you asked for it).
-
UkoeHB_
philogy: you can't multiply curve points together
-
UkoeHB_
Wouldn't the sender know s if he made the tx?
-
philogy
I mean you can just interpret the point in the [] as an integer right?
-
philogy
that's what I'm researching, if there is an easy way for the sender to create sG so that the recipients know s but the sender doesn't
-
philogy
UkoeHB_: as I've come to understand it there are 2 options: either sG is created by a shared secret which has to be interactively created or one has to prove that the different commitments add up to zero
-
philogy
The first comes with the downside of interactivity the second with the downside of additional data
-
sarang
philogy: that's not how the group structure works unfortunately
-
philogy
sarang: what do you mean by group structure I'm not too familiar with all the terminology I'm afraid
-
sarang
I mean that scalars and group elements can't be mixed-and-matched in that way algebraically
-
sarang
The only well-defined operation on two group elements is addition, which is more complex than simple integer addition (or modular addition, for that matter)
-
philogy
is group addition another way of saying point addition?
-
sarang
Yes; curve points have a group structure
-
fluffypony
binaryFate: oh - yeah it hasn't yet
-
fluffypony
binaryFate: updated
-
UkoeHB_
philogy: that seems to be the case
-
luigi1111w
moneromooo what's going on with the commit named "test" on 6574?
-
fluffypony
it's a test of the emergency commit system
-
fluffypony
:-P
-
moneromooo
Ah, crap. That was some fix I needed someone to test with, which ended up in the PR. Thanks.
-
moneromooo
Turns out the fix worked ^_^ I'll fix.
-
moneromooo
Well, looks like I had fixed it but omitted the final push to github. Fixed.
-
moneromooo
Thanks for checking :)
-
luigi1111w
:)