提交 ca8b7d48 作者: Brendan Mc

Apparently I changed something.

上级 33a9e147
......@@ -34,7 +34,7 @@ var SupportedHashes = "SHA256,SHA512,SHA1"
var ErrUnsupportedKeyType = errors.New("unsupported key type")
// Perform initial communication with this peer to share node ID's and
// initiate communication
// initiate communication. (secureIn, secureOut, error)
func Handshake(self, remote *peer.Peer, in, out chan []byte) (chan []byte, chan []byte, error) {
// Generate and send Hello packet.
// Hello = (rand, PublicKey, Supported)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论