work on foward secrecy

This commit is contained in:
Kevin Froman 2018-10-07 00:06:44 -05:00
parent 8de7bd16c6
commit 5606a07757
3 changed files with 17 additions and 7 deletions

View file

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