Turns an array of numbers into the hex string given by the concatenation of
the hex values to which the numbers correspond.
|
code » | |
Turns an array of numbers into the string given by the concatenation of the
characters to which the numbers correspond.
|
code » | |
Converts a hex string into an integer array.
|
code » | |
Turns a string into an array of bytes; a "byte" being a JS number in the
range 0-255.
|
code » | |
Converts a JS string to a UTF-8 "byte" array.
|
code » | |
Converts a UTF-8 byte array to JavaScript's 16-bit Unicode.
|
code » | |
XOR two byte arrays.
|
code » |