taler-docs

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

commit bd8d01e89b8557eb5a29eb20a318cc44a90fdc6a
parent 3a7f174743237ab82c8b38875c853d1409795662
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 May 2026 23:01:02 +0200

fixes

Diffstat:
Mdesign-documents/076-paywall-proxy.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/design-documents/076-paywall-proxy.rst b/design-documents/076-paywall-proxy.rst @@ -50,7 +50,8 @@ Steps: ``cur_time || '-' || crock32(SHA512(website || client_ip || paivana_server_secret || cur_time))``. - where ``cur_time`` in the prefix is the current time in seconds + where ``cur_time`` in the prefix is the expiration time for the + cookie (and thus the access to the article) in seconds (to keep it short) while in the hash it is usually binary GNUnet timestamp in network byte order. ``crock32`` is GNUnet's Crockford-inspired base32 encoding.