commit cb67283649e993ffa5cab1b77d65461272ac226b parent cb291cc29d573cf60ef355454e25411111dc6295 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 7 Oct 2016 11:22:39 +0200 typos Diffstat:
| M | api-common.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-common.rst b/api-common.rst @@ -161,7 +161,7 @@ Public Keys .. code-block:: tsref - // EdDSA public keys are always points on Curve25519 (FIXME does that hold for private keys as well?) and represented + // EdDSA public keys always point on Curve25519 (FIXME does that hold for private keys as well?) and represented // using the standard 256 bits Ed25519 compact format, converted to Crockford // `Base32`_. type EddsaPublicKey = string; @@ -184,7 +184,7 @@ Signatures .. code-block:: tsref - // EdDSA signatures are transmitted as 64-byte `base32`_ + // EdDSA signatures are transmitted as 64-bit `base32`_ // binary-encoded objects with just the R and S values (base32_ binary-only) type EddsaSignature = string;