Update to Transcrypt/Python 3.9

This commit is contained in:
RunasSudo 2021-10-16 01:47:50 +11:00
parent 2c15f443f8
commit c948615647
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
2 changed files with 4 additions and 3 deletions

View File

@ -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 (

View File

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