WIP: sneakernet

This commit is contained in:
JohnE 2016-10-14 23:59:42 -07:00
parent b2dad578a0
commit 093390ca1e
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ class Signature:
key_data = None
pub_key = None
sig_data = None
hash_data = None
hh = None
self.hh = SHA512.new()
self.genKeys()

View File

@ -7,7 +7,7 @@
#
class JpgPicSeal:
def __init_(self):
def __init_(self, sig):
self.sig = None
pass