mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-11 12:34:46 +00:00
add comment
This commit is contained in:
@@ -85,6 +85,8 @@ data SndQueue = SndQueue
|
||||
-- | sender queue ID
|
||||
sndId :: SMP.SenderId,
|
||||
-- | key pair used by the sender to sign transmissions
|
||||
-- This is Maybe as previously it was not saved - old queues may have NULL in it.
|
||||
-- For all new queues it is never cleared.
|
||||
sndPublicKey :: Maybe C.APublicVerifyKey,
|
||||
sndPrivateKey :: SndPrivateSignKey,
|
||||
-- | DH public key used to negotiate per-queue e2e encryption
|
||||
|
||||
Reference in New Issue
Block a user