We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3221c17 commit 9a214c7Copy full SHA for 9a214c7
src/naxolotl/naxolotl.nim
@@ -30,7 +30,7 @@ type Doubleratchet* = object
30
# TODO: SkippedKeys
31
skippedMessageKeys: Table[(PublicKey,MsgCount), MessageKey]
32
33
-const DomainSepKdfRoot = "DoubleRatchet"
+const DomainSepKdfRoot = "DoubleRatchetRootKey"
34
35
36
type DrHeader* = object
0 commit comments