WIP: sneakernet
This commit is contained in:
parent
b2dad578a0
commit
093390ca1e
|
@ -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()
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
class JpgPicSeal:
|
||||
|
||||
def __init_(self):
|
||||
def __init_(self, sig):
|
||||
self.sig = None
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue