taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 46167845a82ca15514baea3a0078de895985fb70
parent a70a9c50201bfaab4daed1ea51e7166d9cf5ec8c
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sat, 12 Apr 2025 12:04:00 +0200

[dd:pq-refresh] refine parameter

Diffstat:
Mdesign-documents/062-pq-refresh.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/design-documents/062-pq-refresh.rst b/design-documents/062-pq-refresh.rst @@ -174,11 +174,11 @@ Modified melt request structure: } -The new `PQCoinEnvelope` is defined as follows: +The new `PQEnvelope` is defined as follows: -.. ts:def:: PQCoinEnvelope +.. ts:def:: PQEnvelope - // TODO + // Cointains the commitment X and fresh blinded coin m interface PQEnvelope { X: string; m: CoinEnvelope;