Discover Packages
github.com/frankbraun/codechain
util
hex
package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Mar 8, 2020
License: Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package hex implements hex encoding related utility functions.
Decode returns the bytes represented by the hexadecimal string s. Decode
expects that src contain only lowercase hexadecimal characters and that the
resulting byte slice has length l.
Encode returns the hexadecimal encoding of src.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.