[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: [melt] need kappa many candidates
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: [melt] need kappa many candidates |
Date: |
Thu, 02 Jan 2025 22:49:12 +0100 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 44c8642e [melt] need kappa many candidates
44c8642e is described below
commit 44c8642e84d958b40b6cb54151e1491fad7a8ca6
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Thu Jan 2 22:49:08 2025 +0100
[melt] need kappa many candidates
---
core/api-exchange.rst | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 60a2b03e..03f841e9 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -3515,18 +3515,19 @@ the API during normal operation.
// Array of ``n`` new hash codes of denomination public keys to
order.
denoms_h: HashCode[];
- // Array of ``n`` entries with blinded coins,
+ // Array of ``n`` entries with ``kappa`` many blinded coin
candidates,
// matching the respective entries in ``denoms_h``.
- coin_evs: CoinEnvelope[];
+ coin_evs: CoinEnvelope[][kappa];
- // Array of ``n`` entries with the transfer public keys
- // (ephemeral ECDHE keys).
- transfer_pubs: EddsaPublicKey[];
+ // Array of ``n`` entries with ``kappa`` many transfer public key
+ // candidates (ephemeral ECDHE keys).
+ transfer_pubs: EddsaPublicKey[][kappa];
- // Array of ``n`` signatures made by the wallet using the old coin's
private key,
+ // Array of ``n`` entries with ``kappa`` many signatures
+ // made by the wallet using the old coin's private key,
// used later to verify the /refresh/link response from the exchange.
// Signs over a `TALER_CoinLinkSignaturePS`.
- link_sigs: EddsaSignature[];
+ link_sigs: EddsaSignature[][kappa];
}
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: [melt] need kappa many candidates,
gnunet <=