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