tests/testthat/test-rc4.R

test_that("sample", {
  msg <- utf8ToInt("Plaintext")
  key <- utf8ToInt("Key")
  crypto <- "bbf316e8d940af0ad3"
  expect_equal(rc4(msg,key),crypto)
})
JorgeRiescoDavila/somecrypto documentation built on Jan. 10, 2022, 1:49 a.m.