Skip to content
Snippets Groups Projects
Commit 044409df authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

RistrettoRedeemer docstring

parent 3f2b8556
No related branches found
No related tags found
1 merge request!31Redeem from issuer
......@@ -220,6 +220,16 @@ class IssuerConfigurationMismatch(Exception):
@implementer(IRedeemer)
@attr.s
class RistrettoRedeemer(object):
"""
An ``IRedeemer`` which speaks the Ristretto-flavored PrivacyPass protocol
described at
https://docs.rs/challenge-bypass-ristretto/1.0.0-pre.0/challenge_bypass_ristretto/#cryptographic-protocol
:ivar treq.client.HTTPClient _treq: An HTTP client to use to make calls to
the issuer.
:ivar URL _api_root: The root of the issuer HTTP API.
"""
_log = Logger()
_treq = attr.ib()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment