summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-12 17:09:09 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-12 17:09:09 +0200
commite9c0b816024833ec5f20a6d2e3b64ab83a5a364b (patch)
tree6fa07771bec528a9939b119f67041f4292d9c5de /api-common.rst
parent91d03a694912fb416cadc23a2fc45d05dda2abb7 (diff)
downloaddocs-e9c0b816024833ec5f20a6d2e3b64ab83a5a364b.tar.gz
docs-e9c0b816024833ec5f20a6d2e3b64ab83a5a364b.tar.bz2
docs-e9c0b816024833ec5f20a6d2e3b64ab83a5a364b.zip
cosmetics
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/api-common.rst b/api-common.rst
index 8b5d5910..3bbc8722 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -157,12 +157,15 @@ Keys
^^^^
.. _`tsref-type-EddsaPublicKey`:
+.. _`tsref-type-EcdhePublicKey`:
+.. _`tsref-type-EcdhePrivateKey`:
.. _`tsref-type-EddsaPrivateKey`:
.. _`tsref-type-CoinPublicKey`:
.. code-block:: tsref
- // EdDSA public keys always point on Curve25519 (FIXME does that hold for private keys as well?) and represented
+ // EdDSA and ECDHE 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;