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 key_data = None
pub_key = None pub_key = None
sig_data = None sig_data = None
hash_data = None
hh = None hh = None
self.hh = SHA512.new() self.hh = SHA512.new()
self.genKeys() self.genKeys()

View File

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