gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: comment


From: gnunet
Subject: [libeufin] branch master updated: comment
Date: Thu, 25 May 2023 11:57:31 +0200

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

ms pushed a commit to branch master
in repository libeufin.

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

commit f1add8dc6e27285d8489aa8684d0710c575498ff
Author: MS <ms@taler.net>
AuthorDate: Thu May 25 11:57:26 2023 +0200

    comment
---
 nexus/src/test/kotlin/SubjectNormalization.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nexus/src/test/kotlin/SubjectNormalization.kt 
b/nexus/src/test/kotlin/SubjectNormalization.kt
index dc6402eb..4956349e 100644
--- a/nexus/src/test/kotlin/SubjectNormalization.kt
+++ b/nexus/src/test/kotlin/SubjectNormalization.kt
@@ -29,6 +29,7 @@ class SubjectNormalization {
         val extractedPub = extractReservePubFromSubject(validPub) // has 0s.
         assert(CryptoUtil.checkValidEddsaPublicKey(extractedPub!!))
         val extractedPubWithOs = 
extractReservePubFromSubject(validPub.replace('0', 'O'))
+        // The "!!" ensures that the extractor did find the reserve pub. with 
Os instead of zoers.
         assert(CryptoUtil.checkValidEddsaPublicKey(extractedPubWithOs!!))
     }
 }
\ No newline at end of file

-- 
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]