From 6e8aaaf4b1efae9048d38000531717e52665cc90 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Wed, 24 Jan 2018 23:30:41 -0600 Subject: [PATCH] added pynacl import --- onionr/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/core.py b/onionr/core.py index f7f064b2..9a755445 100644 --- a/onionr/core.py +++ b/onionr/core.py @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -import sqlite3, os, sys, time, math, gnupg, base64, tarfile, getpass, simplecrypt, hashlib +import sqlite3, os, sys, time, math, gnupg, base64, tarfile, getpass, simplecrypt, hashlib, nacl from Crypto.Cipher import AES from Crypto import Random import netcontroller