On 13 Jan (11:34:05), Tim Wilson-Brown - teor wrote:
On 13 Jan 2016, at 01:46, George Kadianakis <desnacked@riseup.net> wrote:
...
For what it's worth, we expect this code to run for a long time before the
shared random values generated by the authorities are used for anything
(e.g. HSDir scrambling).
I've seen you talk about using chutney for shared randomness generation.
Can you open a ticket with a branch for the chutney SR template, so people can use it for testing?
(And then we can merge it into chutney master about the same time this code goes into tor master.)
We've done extensive testing already with chutney. I don't think we need
a specific SR template since this is part of the voting system which
ultimately put the SR values in the consensus.
I mostly used the "hs" template for this and sometimes used a variation
of it with 9 dirauths instead of 3.
There's a make target, "test-network-all", that runs a series of chutney tests.
Each of these tests finish in around 35 seconds.
Can we get a SR chutney template to finish in around that time?
(With 10 second voting periods?)
What is the minimum number of voting periods that shared randomness requires?
(I understand the standard setting is 24, 12 for the commit, and 12 for the reveal.)
For now, that won't be possible :S, the number of rounds per phase (12
commits and 12 reveals) are hardcoded so no torrc options to change
them. We could make it that in TestingNetwork, this is divided by 4
having 3 and 3 but then we are at 60 seconds so :S... Do you think even
just that would be useful?