/enc

Go package which offers Hex and Base64 encoding data types

Primary LanguageGo

enc

Enc is a Go package which offers different encoding data types (Hex for hexadecimal binary encoding, and B64 for base64 binary encoding). Enc is mainly useful for JSON serialization of binary hex/base64 struct fields.