-
sarang
Meeting is today at 17:00 UTC
-
sarang
Meeting here begins at 17:00 UTC (about 40 minutes from now)
-
» needmonero90 waves
-
» binaryFate waves back
-
woodser
hello
-
binaryFate
hello
-
ArticMine
hello
-
rehrar
sarang?
-
derpy_bridge_
[keybase] <seddd>: 👋
-
sarang
Hello all!
-
sarang
My apologies for being a bit late today
-
sarang
Welcome to the meeting!
-
sarang
Logs will be posted to the github issue afterward
-
sarang
The usual agenda, with an addition from binaryFate:
monero-project/meta #446
-
sarang
First, GREETINGS (which you've already done!)
-
sarang
hello
-
binaryFate
hi!
-
sarang
I suppose we can move to ROUNDTABLE
-
sarang
I have a few research items to share
-
sarang
and some additional news for the end of the meeting
-
sarang
First, the Triptych-2 preprint is now available!
-
sarang
It's here on the IACR archive:
eprint.iacr.org/2020/312
-
sarang
and is also a merge request for monero-site that will appear soon
-
sarang
Second, I've added some updated MLSAG performance testing to the CLSAG code, to provide better comparisons
-
binaryFate
nice, I'll deploy the site probably later tonight so if luigi1111w merge in time it will be online
-
sarang
neat
-
sarang
-
binaryFate
perfect
-
sarang
Additionally, I'm on the program committee for the IEE S&B conference
-
sarang
While the in-person event is delayed, paper review is still happening, so I am doing peer review on that
-
sarang
There is very interesting work that's been submitted
-
sarang
That is my update
-
sarang
Does anyone else have research of interest to share?
-
sarang
I understand there may not be much, since the world is becoming quite crazy these past few weeks :(
-
sarang
I hope everyone is staying safe and well
-
sarang
^ s/IEE/IEEE
-
derpy_bridge_
[keybase] <seddd>: Indeed, just been background reading composable parameters algos
-
ArticMine
I am working on the fee / penalty changes
-
sarang
seddd: for what purpose?
-
derpy_bridge_
[keybase] <seddd>: For zkproofs, pq enhancements to ringsig algos ;)
-
derpy_bridge_
[keybase] <seddd>: And to blockchains in general
-
derpy_bridge_
[keybase] <seddd>: Lot of interesting papers coming out this year
-
sarang
ArticMine: any particular updates to fee/penalty algos?
-
ArticMine
I expect to have recommendations in early
-
ArticMine
April
-
sarang
Got it, thanks
-
sarang
Does anyone else have anything they wish to bring up for the roundtable?
-
sarang
Or any questions on topics that have been shared?
-
woodser
I do
-
woodser
hope it's the right forum
-
woodser
carrying over from #monero-dev, I'm interested in knowing more about if it's possible for unpublished outputs to be used as unpublished inputs and without being invalidated due to reorg
-
woodser
doing so would ensure valid txs are never invalidated from reorg, might allow the 10 block lock to be safely reduced, and would allow creation of decentralized exchanges with xmr as a base pair
-
woodser
if it's possible, I'm interested in looking at developing it
-
woodser
and aside from that I have a question
-
woodser
might it be possible to create a 2/3 multisig where 1 part requires 3/5 signatures
-
woodser
that could provide similar properties for a decentralized exchange
-
binaryFate
"if it's possible for unpublished outputs to be used as unpublished inputs and without being invalidated due to reorg" I don't get that
-
derpy_bridge_
[keybase] <seddd>: smth like lightning?
-
woodser
in other words, is it possible to publish a second transaction which uses outputs from a first unpublished transaction? Global output indices are not assigned until mining, so I think it is not possible. If global output indices were changed to use tx hashes, could it be possible?
-
woodser
sorry, is it possible to *create a second transaction… of course it cannot be published until after the first transaction is published
-
derpy_bridge_
[keybase] <seddd>: Are "scriptless scripts" w/ schnorr possible on xmr?
-
binaryFate
right now it's not possible indeed, due to output indices not assigned before the transaction is mined
-
binaryFate
unless you mine your own block and do not publish it yet
-
woodser
ok. so then the question is, could xmr be changed to support it and what would it take
-
woodser
perhaps not something that can be answered here and now, but it would be useful, if anyone has ideas or thoughts
-
woodser
then my second question: might it be possible to create a 2/3 multisig where 1 part requires 3/5 signatures?
-
binaryFate
it could be changed yes, I'm not sure of all tradeoff besides tx size
-
ArticMine
One could mine dependent transactions in one block but that is the only exception I see could be possible
-
sarang
Changing to output reference by (partial) hash value seems useful, and I hope it's done for any next-gen protocols
-
binaryFate
woodser what would benefits do you see of using hash?
-
derpy_bridge_
[keybase] <seddd>: Partial as in a hash only the parts of metadata that is know ahead of being mined?
-
sarang
I mean even truncating the hash of a set of outputs to use as a reference
-
sarang
increases the likelihood of collisions, but in a controllable way
-
woodser
moo mentioned "The DB will still keep indices. Outputs are typically encoded 16 bits on average. (maybe 24)", which I took to mean the tx size would be quite minimal
-
sarang
For next-gen protocols, there are benefits to using fixed sets of shuffled adjacent outputs
-
sarang
where the shuffling is deterministic based on block hashes, to avoid miner packing
-
woodser
the goal of using the hash is to avoid using global output indices with the goal of txs remaining valid across reorgs
-
binaryFate
sarang to define the outputs implicitly by a protocol rule rather than explicitly in transaction?
-
sarang
Miller et al. originally suggested using output binning where the chain is split into fixed output sets that are then shuffled deterministically
-
sarang
This helps avoid some age-based heuristics while avoiding miner shenanigans
-
binaryFate
woodser you can still have reorganisation with conflicting transactions, so I'm not sure you could reduce the 10 required confirmations
-
sarang
So the tx could have a reference to the bin/epoch
-
sarang
but all nodes must have the same view of this shuffling
-
sarang
or they'll show a tx as invalid by failing the signature verification
-
sarang
or by referencing an invalid output
-
woodser
the only way funds would become invalidated from a reorg is if they are spent somewhere else in the re-org, right?
-
woodser
assuming the global output indices weren't outdated
-
binaryFate
woodser yes I think
-
woodser
so that is a risk many people are willing to take few confirmations on
-
sarang
In a reorg, the indices could become invalid by referring to a different output, failing the signature verification
-
sarang
Having nothing to do with spent/unspent status (which is only known, in theory, based on key images in an ambiguous way)
-
binaryFate
woodser the issue is that you don't run the risk to invalidate just your transaction, but all others using the output in a ring
-
sarang
Anyway, this seems to a be a good topic to discuss after the meeting, if desired
-
sarang
Are there other research topics that anyone wishes to share during our current hour?
-
sarang
If not, I'd like to share some CCS-related news
-
derpy_bridge_
[keybase] <seddd>: +1
-
sarang
OK, my news is unfortunate; given the recent market collapse and the understandable need for people to support themselves and their families, I'll be closing my CCS and discontinuing full-time work on the project
-
woodser
that is unfortunate :/
-
endogenic
if payment were able to be guaranteed
-
endogenic
for say a year or two
-
derpy_bridge_
[keybase] <seddd>: "the end times are upon us"
-
endogenic
plus arbitrary supplement on top
-
endogenic
would that change anything
-
sarang
I wanted to mention it here to give a bit of advance notice, since my current CCS work is active for the next couple of weeks
-
nioc
sarang: your request is already mostly filled
-
sarang
?
-
nioc
512.2 of 704
-
sarang
It only had a few XMR contributed, which can be moved to general fund
-
sarang
???
-
needmonero90
its at 512xmr atm
-
needmonero90
out of 700
-
sarang
When on earth did this happen?
-
» needmonero90 shrugs
-
sarang
good heavens
-
sarang
That is... extremely unexpected
-
endogenic
anyway i think we can solve this easily
-
binaryFate
sarang be like "nooooooo I'm in it for 3 more months!"
-
sarang
I don't know what to say
-
endogenic
regardless if temporary funding miracles
-
nioc
sarang: we love you and are not letting you go
-
» needmonero90 thinks sarang doesnt realize how important you guys are to us
-
endogenic
^
-
rehrar
but still hold on
-
sarang
I truly enjoy conducting research here
-
binaryFate
Can I share some thoughts from the core team on this topic?
-
rehrar
704 XMR was calculated at 48/XMR
-
rehrar
we're not there. Despite being merged, this needs to be adjusted.
-
rehrar
binaryFate: plz do
-
sarang
Hrm, please go ahead binaryFate
-
sarang
I'm really taken aback here
-
binaryFate
We had some preliminary discussions about the challenges or shortcomings of the CCS funding mechanism, especially for recurring, full-time MRL researchers.
-
sarang
Well, funding troubles happen to other CCS as well too
-
sarang
Even much smaller ones that are not ongoing in the same way
-
binaryFate
Before discussing the how, the end goals seem to be:
-
binaryFate
Primary goal, specially relevant with the recent brutal volatily, is to make it easier to provide a stable month by month payments to MRL researchers. Right now it's impossible to set an amount of XMR for a proposal that does not become obsolete and too small very quickly. The opposite could be a true in a bull market and deter donors who think the amount has become unjustifiably high.
-
binaryFate
Secondary goal, more relevant longer term, is to offer a bit more flexibility for MRL to use funds as is seen fitted. Right now it's very rigid, and does not allow for instance to compensate a half-time master student, small grants or incentives for student competitions, etc. May not be relevant right now but long term would be a must for a more scalable MRL.
-
sarang
The risk is that some proposals gain some kind of "special status" that others do not
-
sarang
And, for example, this workgroup is not the only workgroup that conducts research (see e.g. #noncesense-research-lab)
-
endogenic
it's ok that they do
-
endogenic
you are special
-
endogenic
that's why this is an issue
-
binaryFate
We are thinking along the lines of a continuous fund for MRL, similar in its functioning to the general fund maybe. This would be "administered" by the core team, which could pay stable USD-equivalent amounts month by month.
-
sarang
seems a slippery slope
-
endogenic
funding is the same slope
-
endogenic
the community mechanism for the specialness remains the same as the existing funding mech
-
rehrar
yassss
-
binaryFate
Anyone (including MRL) would know how much remains at any time, providing visibility hopefully beyond the 3-months horizon you guys have been living on
-
binaryFate
Yes, it would emphasize that MRL stuff are unlike other proposals, because they are.
-
rehrar
This removal from the CCS means that sarang's concerns about preferential treatment on the platform are alleviated, because they're on a different platform entirely
-
binaryFate
That's it, initial thoughts, and wanted to open to everyone's opinion.
-
ArticMine
The ides is to hedge against the exchange rate and mitigate the risk to the actual researchers
-
hyc
not sure that this addresses volatility
-
rehrar
Monero is nothing without research.
-
hyc
unless you mean that this other funding platform just uses fiat
-
needmonero90
I imagine a percent would be held in different assets, including fist
-
needmonero90
Fiat
-
rehrar
hyc maybe a combination? Working with someone like OSTIF?
-
binaryFate
hyc: fund can be depleted, we always face this in a donation-based model, but at least researchers can get a stable "salary" as long as there is fund
-
rehrar
MRL fund can be maybe even opened to other coins in a way that the CCS isn't (and shouldn't) be.
-
binaryFate
Right now, they received whatever was in the proposal 3 months old, it's always unfair one way or another. It's acceptable for smaller/shorter proposals but I understand it's tough for a full-time job all year long.
-
rehrar
Since the work of MRL impacts many privacy initiatives.
-
ArticMine
Even if it were to be kept in crypto there is still mitigation
-
ArticMine
and in good time the fund can be built up
-
rehrar
and if we rise to the moon, then we can just employ indefinitely
-
rehrar
suraeNoether and sarang deserve better for sure
-
rehrar
maybe this step will help that happen. Maybe not. We don't know. All we can do is try.
-
sarang
What accountability is there?
-
rehrar
same as CCS. Accountability to Core.
-
ArticMine
If we rise to the moon we set funds aside for a rainy day
-
sarang
Right now, the instability of short funding requests is a benefit to the community for accountability
-
rehrar
they are the ones dispersing the funds.
-
rehrar
If Core decides to no longer disperse money to you guys, based on opinions of the community, they can do so.
-
rehrar
It's not you guys that have the money, but them. ;)
-
rehrar
You know what this even allows? It allows you guys to go lesser hours one month if you need to.
-
rehrar
With a full three month proposal already paid for, it's hard to justify if you need to go half time for a month to take care of personal business.
-
hyc
I see the value in not having to plan work 3 months at a time, but
-
sgp_
I got caught up, sorry for being late
-
hyc
this basically makes Core a company with actual employees
-
binaryFate
no and we would never want that
-
rehrar
hyc how does it do that more than the existing CCS?
-
ArticMine
or contractors
-
rehrar
money is raised for a purpose
-
rehrar
money is dispersed for that purpose
-
sgp_
fwiw it's worth noting the promised core accountability report has not yet been released
-
binaryFate
it's not far from a CCS proposal, except there's a running "pool" for it, and XMR are paid every month based on fiat price at the time.
-
derpy_bridge_
[keybase] <seddd>: What about creating a giant multisig w/ all funders, and a threshold is needed to move funds?
-
binaryFate
sgp_ that's my bad, I'll move on this next days
-
sgp_
thank you
-
ArticMine
Yes but mitigating exchange risk to achieve a purpose is valid
-
ArticMine
if funds a raised for a purpose
-
ArticMine
We cannot leave researchers at the mercy of the markets with no mitigation of risk
-
rehrar
agreed
-
rehrar
I'll update the CCS page as well to have a separate MRL section
-
derpy_bridge_
[keybase] <seddd>: What are expected credentials for a researcher under CCS?
-
rehrar
so people can go to one place to donate
-
binaryFate
Yes a specific page for the MRL fund with nice UI to see how much is there, a description of the researchers currently benefiting from it, and people can decide to donate or not, and expect regular reports as the noether are doing already
-
rehrar
My thoughts:
-
rehrar
Provable PhD in related field can be automatically considered. Undergrads and/or Master's can be considered by the current PhDs and recommended.
-
rehrar
Since this is Core Team administered, it'd be Core team decided.
-
sarang
I remain concerned that this moves away from the decentralization that so many people appreciate about the project
-
rehrar
sarang development remains decentralized
-
sgp_
right, this seems like what a nonprofit is supposed to do
-
sarang
There are certainly qualms to be raised about how CCS openings are decided
-
binaryFate
I don't think the core team should have any say on that personally, I'd rather see a monthly sum given to MRL heads and they choose what to do with it (and must ensure their usage will please donators so that the fund keeps getting funding)
-
rehrar
binaryFate: hmm
-
binaryFate
any say on who to pay
-
sarang
I do not wish to be responsible for receiving funds to be distributed elsewhere
-
binaryFate
that's ok, we can make clear that your receiving is just you. It should simply be clear to donators what's happening with funds.
-
rehrar
is a non-profit needed? If so, it can be started easily.
-
sarang
There are many, many requirements on a non-profit organization
-
sarang
it is very nontrivial
-
binaryFate
would really prefer not to have anything formal even non-profit
-
sgp_
rehrar: hmm, I might be able to see if MAGIC can be used for that purpose haha
-
rehrar
binaryFate: I agree ultimately
-
sgp_
we still need another board member fyi, looking for volunteers who like giving grants
-
rehrar
MRL Fund stewarded by the core team occupies the same area as the CCS as far as I can see.
-
sgp_
respectfully while the MRL fund is always going to be a thing, this is something a registered entity can handle much better
-
hyc
I think there's definitely been a perception before that the CCS was for one-shot projects, and the MRL, as a long-term ongoing activity, doesn't match that
-
rehrar
sarang: and it's no less decentralized than currently, as core stewards the CCS also. Your payment is currently in their hands, and it will continue to be in the new system.
-
rehrar
hyc, yes, as a whole, quarterlies were not a thing three years ago.
-
sgp_
scoobybejesus: are you here?
-
rehrar
sgp_: why not both?
-
ArticMine
The whole issue of incorporation as a non profit is something we may have to deal with
-
ArticMine
As we grow
-
sgp_
rehrar: there will be both, the MRL fund is a thing as I said
-
rehrar
MRL Fund stewarded by core team, and separate funds can be raised and dispersed by a non-affiliated non-profit.
-
nioc
3 months were chosen as the max time due to volatility
-
scoobybejesus
yes sgp, but also working, so tough to keep up :)
-
rehrar
ArticMine: icky
-
ArticMine
I know
-
sgp_
scoobybejesus: the recent chat is on using a nonprofit entity to help handle MRL grants/payments. Relevant to MAGIC possibly
-
rehrar
nioc: right. But one month is too short to be continuously raising and stressing about funds. This Fund bridges the gap.
-
kinghat
rehrar: agree. need to stay away from that.
-
hyc
yeah, there really is nothing ad hoc about MRL. it's an organization, with a long-term mission
-
sarang
It's not an organization
-
nioc
rehrar: just a little history :)
-
binaryFate
a new system for MRL that is basically a continuous rolling CCS is needed. But then I think even if a non-profit might be useful for stuff, it's fairly orthogonal to the former
-
scoobybejesus
it would affect the 1023
-
sarang
it's a workgroup of individuals who choose to contribute work
-
sgp_
scoobybejesus: yes
-
sgp_
but I'd have to see how much
-
sgp_
(if we even want to do this)
-
rehrar
MAGIC handling something similar is a separate thing
-
scoobybejesus
i guess we should meet on it later
-
rehrar
matter at hand, MRL Fund.
-
rehrar
Any other thoughts regarding?
-
hyc
sarang, it has at least 2 full-time paid staff. how is it just a workgroup of individual contributors?
-
sgp_
rehrar: I think basing anything on the MRL fund is probably doomed to suck
-
sarang
It isn't a formally defined organization
-
rehrar
sgp_: we are already living the suckage
-
sarang
Anyone is free to request donation funding, and anyone is free to participate in meetings and contribute research
-
sgp_
we've seen other entities handle similar issues though
-
ArticMine
The FSF is a very interesting case
-
sgp_
it's like listening to the 3 pigs story and then still deciding to use straw as the main house
-
ArticMine
Free Software Foundation
-
rehrar
bricks are unavailable to us if we want to keep to our ideals
-
rehrar
so we build what we can with what we have
-
sgp_
MRL funding doesn't need to be done through these ideals, so I think we're talking about different things
-
rehrar
If this MRL Fund thing proves to be a failure, then we can cross that bridge when we come ot it.
-
rehrar
But there is literally no harm in trying an alternative method that has potential benefit to lessen stress on our researchers.
-
sgp_
sarang: since you're the primary recipient in mind right now, does this MRL fund thing give you any additional confidence?
-
sarang
Stability would be welcomed, if the mechanism is set up correctly and fairly
-
ArticMine
There are ways For example there can be ore than one incorporated organization
-
ArticMine
No single point of failure
-
sarang
Keep in mind that maintaining the current method might encourage new researchers to contribute
-
sarang
having eventual turnover seems inevitable, and not necessarily a bad thing
-
rehrar
sarang but if a researcher decides they'd rather use the CCS than MRL fund, they still could
-
ArticMine
In some cases a researcher may wish to accept risk for example in exchange for future return
-
derpy_bridge_
[keybase] <seddd>: Some researchers bleed for their bread
-
rehrar
ok, this is fine talk for the future, but let's take a step back here.
-
rehrar
sarang: regarding your current proposal
-
rehrar
if we were ok with an adjustment so it's more fair for these three months, are you down to stay?
-
rehrar
at least for the next three months?
-
rehrar
or are you still wanting to close this one?
-
UkoeHB_
woodser: yes nested multisig is very possible, albeit a bit of a challenge to implement I expect. Please see zero to monero 2nd edition, chapter multisig last section
-
UkoeHB_
Also, no update from me since no edits the last week. One more week of proofreading
-
sarang
rehrar: I need to consider this for a bit
-
sarang
these are strange times
-
hyc
It makes sense to me that MRL is long-term/strategic stuff, and CCS is short-term/tactical, and the two should be handled differently
-
binaryFate
good times to be able to work from home at least
-
rehrar
Understood. In the meantime, I can see about having us adjust your current proposal to better reflect price and see if we can't raise it. A fully raised amount might affect your opinion somewhat. :)
-
rehrar
hyc this is a very succinct way to put it, and I agree.
-
sarang
I also want to consider that other proposals are in the ideas list that might otherwise not be able to get off the ground
-
sarang
and that people's priorities are likely (and should be) keeping themselves and their families afloat
-
binaryFate
that's up to donors to decide, not you to feel bad about projections
-
rehrar
^
-
rehrar
Shall we adjust to 845 XMR? ($37/XMR)
-
rehrar
850?
-
rehrar
Yes, this would be somewhat unusual to change mid-proposal, but it's also, as you say, strange times.
-
rehrar
And I think everyone understands and is willing to help our bois continue doing what you're doing
-
binaryFate
I agree that everyone would likely understand due to circumstances
-
sarang
That would be a big step to take
-
rehrar
it's not something we do often, and the only precedent it sets is "in extraordinary times we may do some things we don't normally do"
-
binaryFate
In general it's a time where everyone will be locked home for a while, let's use it to contribute to Monero and keep pushing the boundaries while other projects give up because all they wanted is $
-
rehrar
anyone who engages and says "but you did it for them why not for me" in a different time is not engaging in good faith, and the argument we have is strong.
-
ArticMine
These are extraordinary times
-
hyc
fair. important to specify "this adjustment isn't due to a project budget overrun"
-
rehrar
ye
-
binaryFate
"stick together" measures of some sort
-
rehrar
Ok. Next three months for sarang are well on their way. We have a few months to nail down the specifics of the MRL Fund. And I'll be pokey at Core to see about getting that done.
-
rehrar
anything else on this topic?
-
ArticMine
Also I see a broader responsibility in ensuring the Monero network is as roust as possible
-
binaryFate
would be good to have suraeNoether's opinion, and let's continue this discussion soon
-
binaryFate
Agree with ArticMine. There's a saying that you see people's true nature in difficult times, and I think that applies to projects/communities too :)
-
sarang
I hope everyone stays safe and well during these times
-
derpy_bridge_
[keybase] <seddd>: mononovirus > coronavirus
-
rehrar
-
woodser
thank you UkoeHB_!
-
UkoeHB_
woodser: please let me know if you have any questions. Afaik no one has ever read that section lol
-
woodser
sweet :)
-
sarang
Very much off-topic: I've been reading that blood banks are concerned about low supply because of donors being too wary to donate
-
sarang
While I am not a doctor, I'm told it's still safe for healthy folks to donate
-
sarang
Here ends Sarang's PSA about blood donation =p
-
sarang
s/not a doctor/not a medical doctor/
-
sarang
(obviously consult a medical doctor if concerned about donating blood)
-
hyc
I'm told though that donors are not being tested for COVID, you should probably get yourself tested first
-
sarang
noted
-
ndorf
tested for covid is much easier said than done
-
ndorf
at least in the US
-
sarang
Hmm my local blood bank says CDC and FDA still consider donation safe if you're otherwise considered healthy
-
UkoeHB_
Fun fact, gays aren't supposed to donate plasma due to HIV risk. Not sure about blood 😅
-
sarang
UkoeHB_: please avoid talk that could be viewed as discriminatory or hostile
-
sarang
This channel should be welcoming
-
derpy_bridge_
[keybase] <seddd>: Yeah probably safe to sell plasma too. You know, funding research :p
-
sarang
Anyway, probably best to move off-topic stuff to #monero-research-lounge; my apologies
-
derpy_bridge_
[keybase] <seddd>: I'm out then, no keybase bridge to lounge :(
-
derpy_bridge_
[keybase] <seddd>: 👋
-
UkoeHB_
Lol my ex used to donate plasma and lie to them 😩
-
nioc
sarang: it looks like your CCS has been increased as discussed and also........completely filled
-
derpy_bridge_
[keybase] <seddd>: Liars, amirite?
-
sarang
wait what nioc?
-
sarang
good heavens
-
nioc
no need to wait <#
-
nioc
<3
-
sarang
The world is moving a mile a minute this month
-
derpy_bridge_
[keybase] <seddd>: too many manipulative assholes in the world
-
rottensox
-
rottensox
Raised 852.2 of 845 XMR
-
sarang
seddd: I doubt there would be opposition to bridges to -lounge if they aren't misused
-
derpy_bridge_
[keybase] <seddd>: Good luck on fundraising, thx for the meeting :)
-
sarang
(discussion in -lounge, like in -lab, is expected to be kept welcoming and open)
-
derpy_bridge_
[keybase] <seddd>: No misuse from me, but I understand the threat from spam
-
sarang
AFAIK it hasn't been a problem in other channels
-
ndorf
+1 nioc
-
sarang
I can think of only a few situations where someone brought hostile discussion to an R&D channel, and that was unrelated to bridges
-
derpy_bridge_
[keybase] <seddd>: For sure, I'm starting my career in crypto research, and love me some MRL
-
sarang
seddd: are you studying CS/math?
-
derpy_bridge_
[keybase] <seddd>: So I come with love and enthusiasm
-
derpy_bridge_
[keybase] <seddd>: Yeah, both, self-study
-
sarang
Great
-
sarang
It's a fascinating area of research
-
sarang
Hard to keep up with all the new developements
-
derpy_bridge_
[keybase] <seddd>: So true, fire hydrant of crypto research every month 😲
-
derpy_bridge_
[keybase] <seddd>: Great problem to have
-
derpy_bridge_
[keybase] <seddd>: Definitely need to dig deeper in math tho, especially linear algebra
-
sarang
It's a crazy mix of algebra and number theory, to be sure
-
UkoeHB_
Any opinions about SGX enclaves here?
-
derpy_bridge_
[keybase] <seddd>: What do you think of the prospects of finding safe, practical parameters for genus 3 hyperelliptic curves?
-
sarang
seddd: There was a recent short preprint suggesting that Jacobian method for groups of unknown order was not nearly as secure as originally hoped, at the desired parameter sizes
-
sarang
Do you mean in spite of that work?
-
derpy_bridge_
[keybase] <seddd>: Like stuff like ShadowEth using it for zkp smart contracts, but prefer open hardware obv
-
sarang
-
derpy_bridge_
[keybase] <seddd>: sarang yeah my takeaway was that the current choices are insecure at desired sizes, but that future work could result in similar savings at 128-bits security
-
derpy_bridge_
[keybase] <seddd>: But that the research is open
-
derpy_bridge_
[keybase] <seddd>: Do you think it's promising, needs years more research, lost cause, etc?
-
sarang
I don't have a good sense of that
-
sarang
Having efficient groups of unknown order would be extremely interesting
-
sarang
Some of the recent stuff presented at Stanford had competitive efficiency for a general proving system under the original assumption of that Jacobian-method original preprint
-
derpy_bridge_
[keybase] <seddd>: Right which is what got me so excited about it
-
sarang
(I don't have the original link handy)
-
derpy_bridge_
[keybase] <seddd>: Such awesome possibilities
-
derpy_bridge_
[keybase] <seddd>: Lemme find it
-
sarang
I'm sure there will be increased research into groups of unknown order, now that there have been some prominent preprints out about them
-
sarang
Here was the original preprint that 2020/289 addressed later:
eprint.iacr.org/2020/196
-
derpy_bridge_
[keybase] <seddd>: Not the Stanford paper, but cool work on pqMPC:
arxiv.org/pdf/0910.2912
-
derpy_bridge_
[keybase] <seddd>: Anyway that's more toward a zcash style zkp, which is why I thought the hyperelliptic stuff might apply more directly to monero
-
sarang
How so?
-
derpy_bridge_
[keybase] <seddd>: Since ed25519 is a genus 1, but I don't fully understand the math
-
sarang
Being able to build a Merkle tree-style protocol in a trustless way seems quite robust
-
derpy_bridge_
[keybase] <seddd>: My thinking w/ hyper stuff is that valid blockchain state at a given point could be committed to as the root of the proof tree, allowing for a secure, trustless transition to a pq system
-
derpy_bridge_
[keybase] <seddd>: ^ but that's from my dumb misunderstandings and hopes of such a system working