diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-31 16:08:52 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-31 16:09:06 +0100 |
commit | f82d5092cdc8fa3a123404f680b43a937cc6ef11 (patch) | |
tree | 54b3a89348b5921efcf753890b375ad9d31f72d2 /core/api-common.rst | |
parent | 83caabf7abca7c89230300a02ce5d980ab9ddf56 (diff) | |
download | docs-f82d5092cdc8fa3a123404f680b43a937cc6ef11.tar.gz docs-f82d5092cdc8fa3a123404f680b43a937cc6ef11.tar.bz2 docs-f82d5092cdc8fa3a123404f680b43a937cc6ef11.zip |
restructure merchant API documentation (#6492)
Diffstat (limited to 'core/api-common.rst')
-rw-r--r-- | core/api-common.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst index 1364ae5..12f4a36 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -335,6 +335,15 @@ Blinded coin // Blinded coin's `public EdDSA key <eddsa-coin-pub>`, `base32` encoded type CoinEnvelope = string; +.. ts:def:: DenominationBlindingKeyP + + // Secret for blinding/unblinding. + // An RSA blinding secret, which is basically + // a 256-bit nonce, converted to Crockford `Base32`. + type DenominationBlindingKeyP = string; + + + .. _signature: Signatures |