work on foward secrecy
This commit is contained in:
parent
8de7bd16c6
commit
5606a07757
3 changed files with 17 additions and 7 deletions
|
@ -76,6 +76,8 @@ class Core:
|
|||
os.mkdir(self.dataDir + 'blocks/')
|
||||
if not os.path.exists(self.blockDB):
|
||||
self.createBlockDB()
|
||||
if not os.path.exists(self.forwardKeysFile):
|
||||
self.dbCreate.createForwardKeyDB()
|
||||
|
||||
if os.path.exists(self.dataDir + '/hs/hostname'):
|
||||
with open(self.dataDir + '/hs/hostname', 'r') as hs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue