mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
6 lines
214 B
Go
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
|