go-peer/pkg/client/message/doc.go
2023-11-08 03:31:35 +07:00

6 lines
214 B
Go

// Package message used as a storage and loading of encrypted messages.
//
// The package allows initializing verification of the correctness of
// the message by the hash length and proof of work.
package message