blob: 6e8a861328526cfc6c485dbc620843d775863c28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# tor-dirauth
Tor Directory Authority - core algoirithms.
This contains algorithms, such as for calculating votes and
consensuses.
It does not contain the directory server code (that's in `tor-dirserver`),
nor any user-facing functionality (that's in `arti-dirauth`).
## Features
There are no cargo features right now.
There are also other features includijng experimental ones
which aren't documented here and shouldn't be relied on.
License: MIT OR Apache-2.0
|