[gnome-keysign: 65/65] Merged sha256 hmac



commit 8f4aa01eadbcfad1f588ebf49949f2af9638c0b0
Merge: 42b60ac 7982096
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Tue Oct 3 13:19:46 2017 +0200

    Merged sha256 hmac

 keysign/util.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --cc keysign/util.py
index 8543172,eae2ea4..7a42441
--- a/keysign/util.py
+++ b/keysign/util.py
@@@ -15,12 -15,10 +15,13 @@@
  #
  #    You should have received a copy of the GNU General Public License
  #    along with GNOME Keysign.  If not, see <http://www.gnu.org/licenses/>.
 +from __future__ import unicode_literals
  
 +import dbus
+ import hashlib
  import hmac
  import logging
 +import requests
  from subprocess import call
  from string import Template
  from tempfile import NamedTemporaryFile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]