After session creation we want to encrypt the message already addressed for other peer, we need a method for it.
This method should be called in the same SQLite transaction as encryption, this is handled later in the stack.
Using hardcoded constants in code - for later usage on the JS side I'll introduce type to make it safer,
Depends on D12069