import * as libauth from "https://deno.land/x/libauth@v2.0.0-alpha.6/src/lib/format/hex.ts";
Variables
Compare to | |
Encode a Uint8Array into a hexadecimal-encoded string. | |
Reduce an array of | |
Decode a hexadecimal-encoded string into a Uint8Array. | |
For use before hexToBin. Returns true if the provided string is valid hexadecimal (length is divisible by 2, only uses hexadecimal characters). | |
Returns an array of incrementing values starting at | |
Split a string into an array of | |
Decode a hexadecimal-encoded string into bytes, reverse it, then re-encode. |