summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-07 11:30:23 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-07 11:30:23 +0200
commitba45e62debcdec917b260d362481d12d9b9c909c (patch)
tree9de14d81c746323618e8133d3dacecbdfe6cb33c
parentcb67283649e993ffa5cab1b77d65461272ac226b (diff)
downloaddocs-ba45e62debcdec917b260d362481d12d9b9c909c.tar.gz
docs-ba45e62debcdec917b260d362481d12d9b9c909c.tar.bz2
docs-ba45e62debcdec917b260d362481d12d9b9c909c.zip
typo
-rw-r--r--api-common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-common.rst b/api-common.rst
index b3531f34..de02d483 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -184,7 +184,7 @@ Signatures
.. code-block:: tsref
- // EdDSA signatures are transmitted as 64-bit `base32`_
+ // EdDSA signatures are transmitted as 64-bytes `base32`_
// binary-encoded objects with just the R and S values (base32_ binary-only)
type EddsaSignature = string;