Nothing
jsonenc() and jsondec() for a minimal JSON encoding/decoding implementation.cborenc() and cbordec() for CBOR (RFC 8949) encoding/decoding, supporting integers, floats, strings, raw vectors, lists and simple values.base58enc() and base58dec() for base58 encoding/decoding with a 4-byte double SHA-256 checksum.base64dec() now errors if convert = TRUE and conversion to a character string fails, no longer returning a raw vector (accompanied by a warning).base64dec() now emits a suppressable warning when failing to convert back to a character string.sha3() restricts 'bit' argument to one of 224, 256, 384 or 512.shake256() to delineate from sha3().sha3() supplying 'bit' argument other than 224, 256, 384 or 512 is deprecated.sha256().Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.