From ebc856121c2b555e3a6c8d473708edb4e8186388 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Wed, 16 Sep 2020 16:56:47 +0100 Subject: [PATCH] updates --- komrade/backend/komrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komrade/backend/komrades.py b/komrade/backend/komrades.py index 135cbf5..c5ed384 100644 --- a/komrade/backend/komrades.py +++ b/komrade/backend/komrades.py @@ -107,7 +107,7 @@ class KomradeX(Caller): ## 2) Make pub public/private keys keypair = KomradeAsymmetricKey() pubkey,privkey = keypair.pubkey_obj,keypair.privkey_obj - logfunc(f'I have cut for you a private and public asymmetric key pair:\n\n(1) {pubkey}\n\n(2) {privkey}{ART_KEY_PAIR}\n\n(These were cut using the iron-clad Elliptic curve algorithm, as implemented by Themis.)',clear=True,pause=True) + logfunc(f'I have cut for you a private and public asymmetric key pair, using the iron-clad Elliptic curve algorithm:\n\n(1) {pubkey}\n\n(2) {privkey}{ART_KEY_PAIR}',clear=True,pause=True) ### PUBLIC KEY