summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-15 15:40:02 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-15 15:40:02 +0100
commitad9ad0b836b36878c0e4dae5dc0333c6e80a1d57 (patch)
tree2a9c1e3792d1628e42899b79cbbe0f9c445a2be1 /api-common.rst
parentf6db12902654112c628e24c8a7d3db1a9380de4a (diff)
downloaddocs-ad9ad0b836b36878c0e4dae5dc0333c6e80a1d57.tar.gz
docs-ad9ad0b836b36878c0e4dae5dc0333c6e80a1d57.tar.bz2
docs-ad9ad0b836b36878c0e4dae5dc0333c6e80a1d57.zip
Indent
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-common.rst b/api-common.rst
index 01fcbd84..28c638cc 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -167,10 +167,10 @@ Keys
.. code-block:: tsref
- // 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`_.
+ // 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;
type EddsaPrivateKey = string;