add comment

This commit is contained in:
Evgeny Poberezkin
2022-08-25 10:03:03 +01:00
parent 3a897020c8
commit b662eb7620
+2
View File
@@ -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