Amarula.Protocol.Signal.Group.SenderKeyDistributionMessage (amarula v0.1.0)
View SourceSender key distribution message, ported from
src/Signal/Group/sender-key-distribution-message.ts.
Wire format: [version byte][Proto.SenderKeyDistributionMessage] where
version = (3 << 4) | 3 = 0x33. No signature — the SKDM travels inside an
already-encrypted Signal message.
Summary
Functions
Parses a serialized SenderKeyDistributionMessage ([version][protobuf]).
Malformed protobuf raises — let it crash.
Gets the chain key.
Gets the ID of the sender key.
Gets the iteration count.
Gets the serialized message.
Gets the signature key.
Creates a new SenderKeyDistributionMessage. signature_key is the public
signing key in wire form (33 bytes, 0x05-prefixed).
Types
Functions
Parses a serialized SenderKeyDistributionMessage ([version][protobuf]).
Malformed protobuf raises — let it crash.
Gets the chain key.
Gets the ID of the sender key.
Gets the iteration count.
Gets the serialized message.
Gets the signature key.
Creates a new SenderKeyDistributionMessage. signature_key is the public
signing key in wire form (33 bytes, 0x05-prefixed).