Versions in this module Expand all Collapse all v0 v0.1.0 Nov 30, 2025 Changes in this version + type CipheredMessage = doubleratchet.CipheredMessage + type DoubleRatchet = doubleratchet.DoubleRatchet + func Deserialize(data []byte) (DoubleRatchet, error) + func New(localPri, remotePub []byte) (DoubleRatchet, error) + type UncipheredMessage = doubleratchet.UncipheredMessage