gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: encrypt with the right key


From: gnunet
Subject: [libeufin] branch master updated: encrypt with the right key
Date: Tue, 26 Nov 2019 14:09:50 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 53fa99f  encrypt with the right key
53fa99f is described below

commit 53fa99fd3746a17e14bddad9ac4c22dc9ac62240
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 26 14:08:38 2019 +0100

    encrypt with the right key
---
 nexus/src/main/kotlin/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 519f06e..1197c71 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -919,8 +919,8 @@ fun main() {
 
                     subscriber!!.bankEncryptionPublicKey = SerialBlob(
                         CryptoUtil.loadRsaPublicKeyFromComponents(
-                            
data.authenticationPubKeyInfo.pubKeyValue.rsaKeyValue.modulus,
-                            
data.authenticationPubKeyInfo.pubKeyValue.rsaKeyValue.exponent
+                            
data.encryptionPubKeyInfo.pubKeyValue.rsaKeyValue.modulus,
+                            
data.encryptionPubKeyInfo.pubKeyValue.rsaKeyValue.exponent
                         ).encoded
                     )
                 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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