improvements
This commit is contained in:
parent
dbe62ffbd7
commit
42cf62f623
15 changed files with 175 additions and 118 deletions
11
README.md
11
README.md
|
@ -17,6 +17,17 @@ requires a password.
|
|||
|
||||
### check_digests
|
||||
|
||||
Checking Descriptor Digests
|
||||
|
||||
Tor relay information is provided by multiple documents. Signed
|
||||
descriptors transitively validate others by inclusion of their
|
||||
digest. For example, our consensus references server descriptor
|
||||
digest, and server descriptors in turn cite extrainfo digests.
|
||||
|
||||
Stem can calculate digests from server, extrainfo, microdescriptor, and consensus documents. For instance, to validate an extrainfo descriptor...
|
||||
|
||||
https://stem.torproject.org/tutorials/examples/check_digests.html
|
||||
|
||||
### compare_flags Comparing Directory Authority Flags
|
||||
|
||||
Compares the votes of two directory authorities, in this case moria1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue