commit 4b5e018532d347c946f4c91d534ea4526f49c3fc parent 6c7ac21ad2e11e4bfe47e069c2e0662cd24dca3d Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 04:24:23 -0400 add period at end of sentence (four instances) Diffstat:
| M | core/api-common.rst | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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: