Module - "hex"
April 15, 2022 ยท View on GitHub
hex := import("hex")
Functions
encode(src): returns the hexadecimal encoding of src.decode(s): returns the bytes represented by the hexadecimal string s.
April 15, 2022 ยท View on GitHub
hex := import("hex")
encode(src): returns the hexadecimal encoding of src.decode(s): returns the bytes represented by the hexadecimal string s.