mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-06-08 19:32:33 +00:00
encrypt recipient message bodies with crypto_box
This commit is contained in:
@@ -261,7 +261,7 @@ createSMPQueue ::
|
||||
SMPClient ->
|
||||
RcvPrivateSignKey ->
|
||||
RcvPublicVerifyKey ->
|
||||
RcvPublicDHKey ->
|
||||
RcvPublicDhKey ->
|
||||
ExceptT SMPClientError IO QueueIdsKeys
|
||||
createSMPQueue c rpKey rKey dhKey =
|
||||
-- TODO add signing this request too - requires changes in the server
|
||||
|
||||
Reference in New Issue
Block a user