Nothing
library(healthyAddress)
a <- 7L + 19L * 256L + 23L * 256L * 256L
expect_equal(.digit256(a, 0L), 7L)
expect_equal(.digit256(a, 1L), 19L)
expect_equal(.digit256(a, 2L), 23L)
expect_equal(.digit256(a, 3L), 0L)
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.