summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-15 23:00:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-15 23:00:20 +0100
commit55b8c088909d26a31549f72b803109096106f5a6 (patch)
treef9c33c476eb2f19f760d7296cf12f4fc4250ba4f /core
parent4370cab0258edbf302b89753cdd10902e59fc787 (diff)
downloaddocs-55b8c088909d26a31549f72b803109096106f5a6.tar.gz
docs-55b8c088909d26a31549f72b803109096106f5a6.tar.bz2
docs-55b8c088909d26a31549f72b803109096106f5a6.zip
migrate old glossary, minor fixes
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index f084c456..3ea0ec41 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -321,18 +321,18 @@ Internally, amounts are parsed into the following object:
Binary Formats
--------------
- .. note::
+.. note::
- Due to the way of handling "big" numbers by some platforms (such as
- JavaScript, for example), wherever the following specification mentions
- a 64-bit value, the actual implementations are strongly advised to rely on
- arithmetic up to 53 bits.
+ Due to the way of handling "big" numbers by some platforms (such as
+ JavaScript, for example), wherever the following specification mentions
+ a 64-bit value, the actual implementations are strongly advised to rely on
+ arithmetic up to 53 bits.
- .. note::
+.. note::
- Taler uses ``libgnunetutil`` for interfacing itself with the operating system,
- doing crypto work, and other "low level" actions, therefore it is strongly
- connected with the `GNUnet project <https://gnunet.org>`_.
+ Taler uses ``libgnunetutil`` for interfacing itself with the operating system,
+ doing crypto work, and other "low level" actions, therefore it is strongly
+ connected with the `GNUnet project <https://gnunet.org>`_.
This section specifies the binary representation of messages used in Taler's
protocols. The message formats are given in a C-style pseudocode notation.