update domain separator

This commit is contained in:
Jazz Turner-Baggs 2025-11-20 09:49:44 -08:00
parent f301410418
commit abb3c1a5d2

View File

@ -30,7 +30,7 @@ type Doubleratchet* = object
# TODO: SkippedKeys
skippedMessageKeys: Table[(PublicKey,MsgCount), MessageKey]
const DomainSepKdfRoot = "DoubleRatchet"
const DomainSepKdfRoot = "DoubleRatchetRootKey"
type DrHeader* = object