status-im/status-go

View on GitHub
protocol/encryption/publisher/doc.go

Summary

Maintainability
A
0 mins
Test Coverage
// Publisher periodically publishes an info about itself on a known channel.
// This channel is a particular topic calculated from the public key.
// It is required for other peers to start a secure conversation immediately
// using distibuted data through the channel.

package publisher