From 55b8c088909d26a31549f72b803109096106f5a6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 15 Jan 2020 23:00:20 +0100 Subject: migrate old glossary, minor fixes --- core/api-common.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'core/api-common.rst') 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 `_. + 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 `_. This section specifies the binary representation of messages used in Taler's protocols. The message formats are given in a C-style pseudocode notation. -- cgit v1.2.3