pub type TopicId = PubKey;
Topic ID: public key of the topic
enum TopicId { Ed25519PubKey([u8; 32]), X25519PubKey([u8; 32]), }