From c948615647250c865207e5476beba7b2c4a32792 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sat, 16 Oct 2021 01:47:50 +1100 Subject: [PATCH] Update to Transcrypt/Python 3.9 --- eos/psr/crypto.py | 5 +++-- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eos/psr/crypto.py b/eos/psr/crypto.py index a7b9493..cad11d4 100644 --- a/eos/psr/crypto.py +++ b/eos/psr/crypto.py @@ -1,5 +1,5 @@ # Eos - Verifiable elections -# Copyright © 2017 RunasSudo (Yingtong Li) +# Copyright © 2017-2021 RunasSudo (Yingtong Li) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -259,7 +259,8 @@ class PedersenVSSPrivateKey(EmbeddedObject): def get_modified_secret(self): mod_s = self.x for j in range(1, threshold + 1): # 1 to threshold - ... + # TODO + pass def decrypt(self, ciphertext): if ( diff --git a/requirements.txt b/requirements.txt index f4c6b42..ab99c9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ pymongo[srv]==3.10.1 pyRCV==0.3 pytz==2017.3 timeago==1.0.8 -Transcrypt==3.7.13 +Transcrypt==3.9.0