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

Correct the Haddock markup

parent 81ca4509
No related branches found
No related tags found
1 merge request!22Ristretto-flavored PrivacyPass
......@@ -63,10 +63,10 @@ foreign import ccall "batch_dleq_proof_destroy" batch_dleq_proof_destroy :: Ptr
-- | Private type to represent the return value of ristretto.
type Issuance =
( Text -- |^ The base64-encoded public key corresponding to the
( Text -- ^ The base64-encoded public key corresponding to the
-- signing key which generated the signatures.
, [Text] -- |^ A list of base64-encoded token signatures.
, Text -- |^ The base64-encoded batch DLEQ proof that the signatures
, [Text] -- ^ A list of base64-encoded token signatures.
, Text -- ^ The base64-encoded batch DLEQ proof that the signatures
-- were made with the signing key corresponding to the public
-- key.
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment