summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:24:23 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:24:23 -0400
commit4b5e018532d347c946f4c91d534ea4526f49c3fc (patch)
tree4137bf84c72c0f1ebc6b9aeff159193aad293c30 /core/api-common.rst
parent6c7ac21ad2e11e4bfe47e069c2e0662cd24dca3d (diff)
downloaddocs-4b5e018532d347c946f4c91d534ea4526f49c3fc.tar.gz
docs-4b5e018532d347c946f4c91d534ea4526f49c3fc.tar.bz2
docs-4b5e018532d347c946f4c91d534ea4526f49c3fc.zip
add period at end of sentence (four instances)
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 359141f6..5ce38c36 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -354,22 +354,22 @@ Signatures
.. ts:def:: EddsaSignature
// EdDSA signatures are transmitted as 64-bytes `base32`
- // binary-encoded objects with just the R and S values (base32_ binary-only)
+ // binary-encoded objects with just the R and S values (base32_ binary-only).
type EddsaSignature = string;
.. ts:def:: RsaSignature
- // `base32` encoded RSA signature
+ // `base32` encoded RSA signature.
type RsaSignature = string;
.. ts:def:: BlindedRsaSignature
- // `base32` encoded RSA blinded signature
+ // `base32` encoded RSA blinded signature.
type BlindedRsaSignature = string;
.. ts:def:: RsaBlindingKeySecret
- // `base32` encoded RSA blinding secret
+ // `base32` encoded RSA blinding secret.
type RsaBlindingKeySecret = string;
.. _amount: