work on crypto

This commit is contained in:
Kevin Froman 2018-02-28 03:06:02 -06:00
parent 5564d540cb
commit 15aa395946
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 21 additions and 6 deletions

View file

@ -36,6 +36,10 @@ class OnionrUtils:
self.fingerprintFile = 'data/own-fingerprint.txt'
self._core = coreInstance
return
def sendPM(self, user, message):
'''High level function to encrypt a message to a peer and insert it as a block'''
return
def localCommand(self, command):
'''