taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ba45e62debcdec917b260d362481d12d9b9c909c
parent cb67283649e993ffa5cab1b77d65461272ac226b
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  7 Oct 2016 11:30:23 +0200

typo

Diffstat:
Mapi-common.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;