Hi all,
I’m creating an application for sending encrypted messages over pubsub and I’m wondering if the pubsub protocol signs published messages so that receivers on the channel can verify that a particular node authored the message. Or is that something I’d need to implement overtop? Thanks.