test_that("Simple test of encyption and decryption", {
keys <- keychain()
expect_identical(unhide(hide("hello world", keys$pubkey), keys$privkey), "hello world")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.