encrypt recipient message bodies with crypto_box

This commit is contained in:
Evgeny Poberezkin
2021-12-13 10:56:26 +00:00
parent acf5c15a05
commit 95fbd70346
10 changed files with 119 additions and 83 deletions
+1 -1
View File
@@ -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