gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: comment


From: gnunet
Subject: [taler-wallet-core] branch master updated: comment
Date: Tue, 13 Jul 2021 14:13:41 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 72f7664c comment
72f7664c is described below

commit 72f7664c709ce2e2bb383ec4559cdf2703d7592a
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jul 13 14:13:38 2021 +0200

    comment
---
 packages/taler-wallet-core/src/crypto/talerCrypto.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/taler-wallet-core/src/crypto/talerCrypto.ts 
b/packages/taler-wallet-core/src/crypto/talerCrypto.ts
index 7e08d205..71a804f9 100644
--- a/packages/taler-wallet-core/src/crypto/talerCrypto.ts
+++ b/packages/taler-wallet-core/src/crypto/talerCrypto.ts
@@ -194,6 +194,12 @@ function kdfMod(
   }
 }
 
+// Newer versions of node have TextEncoder and TextDecoder as a global,
+// just like modern browsers.
+// In older versions of node or environments that do not have these
+// globals, they must be polyfilled (by adding them to globa/globalThis)
+// before stringToBytes or bytesToString is called the first time.
+
 let encoder: any;
 let decoder: any;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]