commit b50a4c2082254608f2c83203d0d141a8432c26d0 Author: Damian Johnson atagar@torproject.org Date: Sun Mar 26 16:47:38 2017 +0200
Link to the spec for Ed25519 certs
Link provided in the prior change was good, but better to link to the current specification rather than the proposal that created it. --- stem/descriptor/certificate.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/stem/descriptor/certificate.py b/stem/descriptor/certificate.py index e1d75bb..aacf67f 100644 --- a/stem/descriptor/certificate.py +++ b/stem/descriptor/certificate.py @@ -2,8 +2,9 @@ # See LICENSE for licensing information
""" -Parsing for Tor Ed25519 certificates, which are used to validate the key used -to sign server descriptors. +Parsing for `Tor Ed25519 certificates +https://gitweb.torproject.org/torspec.git/tree/cert-spec.txt`_, which are +used to validate the key used to sign server descriptors.
.. versionadded:: 1.6.0