import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/encoding.ts";
Utilities for encoding and decoding binary representations like hex and base64 strings.
Functions
Decodes the given base64 string to a byte array. | |
Decodes the given hex string to a byte array. | |
Encodes the given data to a base64 string. | |
Encodes the given data to a hex string. |