From 093390ca1ec1b34cbedb33ee194c832232757767 Mon Sep 17 00:00:00 2001 From: JohnE Date: Fri, 14 Oct 2016 23:59:42 -0700 Subject: [PATCH] WIP: sneakernet --- libs/crypto_sig.py | 1 + libs/jpg_picseal.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/crypto_sig.py b/libs/crypto_sig.py index 509db43..d6b2932 100644 --- a/libs/crypto_sig.py +++ b/libs/crypto_sig.py @@ -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() diff --git a/libs/jpg_picseal.py b/libs/jpg_picseal.py index 7a1bf38..10fa893 100644 --- a/libs/jpg_picseal.py +++ b/libs/jpg_picseal.py @@ -7,7 +7,7 @@ # class JpgPicSeal: - def __init_(self): + def __init_(self, sig): self.sig = None pass