work on crypto
This commit is contained in:
parent
5564d540cb
commit
15aa395946
3 changed files with 21 additions and 6 deletions
|
|
@ -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):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue