go-peer/pkg/network/conn/doc.go
2024-04-03 13:01:56 +07:00

12 lines
219 B
Go

// Package conn makes it possible to hide the structure of the true message by encrypting and adding random bytes.
//
/*
NETWORK CONN FORMAT
L(M) || M
where
L - length (uint64)
M - message bytes
*/
package conn