Versions in this module Expand all Collapse all v0 v0.6.1 Aug 17, 2024 v0.6.0 Aug 14, 2024 Changes in this version + type Base32 struct + func (b *Base32) Decode(src []byte) ([]byte, error) + func (b *Base32) Encode(src []byte) ([]byte, error) + type Base58 struct + func (b *Base58) Decode(src []byte) ([]byte, error) + func (b *Base58) Encode(src []byte) ([]byte, error) + type Base64 struct + func (b *Base64) Decode(src []byte) ([]byte, error) + func (b *Base64) Encode(src []byte) ([]byte, error) + type Codec interface + type Crc32 struct + func (c *Crc32) Decode(src []byte) ([]byte, error) + func (c *Crc32) Encode(src []byte) ([]byte, error) + type Crc64 struct + func (c *Crc64) Decode(src []byte) ([]byte, error) + func (c *Crc64) Encode(src []byte) ([]byte, error) + type Decoder interface + Decode func(src []byte) ([]byte, error) + type Encoder interface + Encode func(src []byte) ([]byte, error) + type GZip struct + func (g *GZip) Decode(src []byte) ([]byte, error) + func (g *GZip) Encode(src []byte) ([]byte, error) + type MD5 struct + func (h *MD5) Decode(src []byte) ([]byte, error) + func (h *MD5) Encode(src []byte) ([]byte, error) + type Sha1 struct + func (h *Sha1) Decode(src []byte) ([]byte, error) + func (h *Sha1) Encode(src []byte) ([]byte, error) + type Sha256 struct + func (s *Sha256) Decode(src []byte) ([]byte, error) + func (s *Sha256) Encode(src []byte) ([]byte, error) + type Tar struct + func (t *Tar) Decode(src []byte) ([]byte, error) + func (t *Tar) Encode(src []byte) ([]byte, error) + type Zip struct + func (z *Zip) Decode(src []byte) ([]byte, error) + func (z *Zip) Encode(src []byte) ([]byte, error)