diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-20 21:34:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-20 21:34:17 +0200 |
commit | 7b96e3e9b0334c1e6d143bf92697bd0c0ea1a6b2 (patch) | |
tree | 3bb84d9236feb60ce01c23b07c1a380dc14b99c1 /core/api-common.rst | |
parent | 925dc91406ff2de7fddc15b64e2aeea708ef9d95 (diff) | |
download | docs-7b96e3e9b0334c1e6d143bf92697bd0c0ea1a6b2.tar.gz docs-7b96e3e9b0334c1e6d143bf92697bd0c0ea1a6b2.tar.bz2 docs-7b96e3e9b0334c1e6d143bf92697bd0c0ea1a6b2.zip |
fix rst
Diffstat (limited to 'core/api-common.rst')
-rw-r--r-- | core/api-common.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst index 1721c42..294e33d 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -549,10 +549,22 @@ uses 512-bit hash codes (64 bytes). uint8_t eddsa_priv[32]; }; - struct TALER_MasterSignatureP { + struct TALER_MasterSignatureP { uint8_t eddsa_signature[64]; }; +.. _WireTransferIdentifierRawP: + + struct WireTransferIdentifierRawP { + uint8_t raw[32]; + }; + +.. _UUID: + + struct UUID { + uint32_t value[4]; + }; + .. _eddsa-coin-pub: .. sourcecode:: c |