mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
update domain separator
This commit is contained in:
parent
f301410418
commit
abb3c1a5d2
@ -30,7 +30,7 @@ type Doubleratchet* = object
|
||||
# TODO: SkippedKeys
|
||||
skippedMessageKeys: Table[(PublicKey,MsgCount), MessageKey]
|
||||
|
||||
const DomainSepKdfRoot = "DoubleRatchet"
|
||||
const DomainSepKdfRoot = "DoubleRatchetRootKey"
|
||||
|
||||
|
||||
type DrHeader* = object
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user