import * as mod from "https://deno.land/std@0.74.0/encoding/hex.ts";
Functions
Decode decodes | |
DecodedLen returns the length of decoding | |
DecodeString returns the bytes represented by the hexadecimal string | |
Encode encodes | |
EncodedLen returns the length of an encoding of n source bytes. Specifically, it returns n * 2. | |
EncodeToString returns the hexadecimal encoding of | |
ErrInvalidByte takes an invalid byte and returns an Error. | |
ErrLength returns an error about odd string length. |