Hello Damian,
I reported a bug report here:
https://trac.torproject.org/projects/tor/ticket/31823#comment:19
I just reopened the old trac ticket but I think this is suboptimal.
Would you prefer me to open new tickets in the future, or maybe open an
issue on Github? I can do whatever is convenien
George Kadianakis writes:
> Damian Johnson writes:
>
>> Thanks George! Yup, work on that branch is in progress:
>>
>> https://gitweb.torproject.org/user/atagar/stem.git/log/?h=hsv3
>
> Hello Damian,
>
> thanks for the reply here! I'm now back and ready to start working again
> on onionbalance/st
Damian Johnson writes:
> Thanks George! Yup, work on that branch is in progress:
>
> https://gitweb.torproject.org/user/atagar/stem.git/log/?h=hsv3
Hello Damian,
thanks for the reply here! I'm now back and ready to start working again
on onionbalance/stem.
What is your plan with the hsv3 branc
Thanks George! Yup, work on that branch is in progress:
https://gitweb.torproject.org/user/atagar/stem.git/log/?h=hsv3
On Thu, Oct 17, 2019 at 8:01 AM George Kadianakis wrote:
>
> Damian Johnson writes:
>
> >>Can I use `_descriptor_content()` to do that? Or should I call
> >>`_descripto
Damian Johnson writes:
>>Can I use `_descriptor_content()` to do that? Or should I call
>>`_descriptor_content()` to generate the whole thing _without_ the
>>sig, and then do the signature computation on its result and
>>concatenate it after?
>
> Hi George. Yup, to create a signed
>Can I use `_descriptor_content()` to do that? Or should I call
>`_descriptor_content()` to generate the whole thing _without_ the
>sig, and then do the signature computation on its result and
>concatenate it after?
Hi George. Yup, to create a signed descriptor we create the bulk o
Hello atagar,
I'm starting this thread to ask you questions about stem and the HSv3
work we've been doing over email so that we don't do it over IRC.
Here is an initial question:
I'm working on HSv3 descriptor encoding, and I'm trying to understand
how `_descriptor_content()` works. In par