mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 02:55:43 +05:00
8 lines
241 B
Go
8 lines
241 B
Go
// Package encoding provides functions for working with conversions of numbers, structures, strings and bytes.
|
|
//
|
|
// Package functions:
|
|
// 1. HexEncode/HexDecode
|
|
// 2. Uint64ToBytes/BytesToUint64
|
|
// 3. Serialize/Deserialize
|
|
package encoding
|