Re: [tor-dev] [RFC] Proposal: A First Take at PoW Over Introduction Circuits

2020-05-09 Thread teor
Hi tevador, > On 9 May 2020, at 06:43, tevador wrote: >> For our dynamic PoW system to work, we will need to be able to compare PoW >> tokens with each other. To do so we define a function: >>unsigned effort(uint8_t *token) >> which takes as its argument a hash output token, and returns

Re: [tor-dev] Example of how a stream of RELAY_DATA cells would work?

2020-05-09 Thread Roger Dingledine
On Tue, May 05, 2020 at 08:05:36PM +0300, Eli Vakrat wrote: > As of writing this, I can send and receive the proper RELAY_BEGIN and > RELAY_CONNECTED to and from my exit node, but I'm not quite sure what to do > next... Great. Now you have a socket open, and you talk to the remote server (e.g.

[tor-dev] Tor Network Expansion Question/Suggestion

2020-05-09 Thread Beecher Bruno
Hello All, I don’t know much in the ways of how the actual coding works, but I’m very familiar with computers. I’m a student in Network Systems Engineering Technology in the USA. After being introduced to Tor several years ago, I loved it. I recently had a potentially good idea in making the Tor

Re: [tor-dev] [RFC] Proposal: A First Take at PoW Over Introduction Circuits

2020-05-09 Thread tevador
On 08 May, 21:53, tevador wrote: > In particular, the following parameters should be set differently from > Monero: > > RANDOMX_ARGON_SALT = "RandomX-TOR-v1" > > The unique RandomX salt means we do not need to use a separate salt as PoW > input as specified in § 3.2. > >