Pinned Loading
-
-
-
Uint8Array helper for encoding and d...
Uint8Array helper for encoding and decoding, similar to Node.js `Buffer` 1// Helper methods
2const hex_decode = (s) =>
3Uint8Array.from(s.match(/.{1,2}/g).map((b) => parseInt(b, 16)));
45const hex_encode = (u) =>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.