https://spec.torproject.org I’m reading the documentation:
I’m trying to connect to the tor. I’m trying to do it over the bridge ( none). I did not find documentation on how to communicate with the bridge, so I decided that it was no different from a relay. I have created a tls connection. and I’m trying to exchange versions ( but not successfully )
DATA: for VERSION
value | size (byte) | type
0 | 2 | CircID
7 | 1 | Command
1 | 2 | Length
3 | 1 | Version
I’ll ask you one more question right away. I saw the mention of ed25519, but which implementation do you use to perform the check? during the check, you need to (example) 2^255 -19. how to use it?