R/digest.R

Defines functions crc32

crc32 <- function(x) {
  if (is.character(x)) x <- charToRaw(x)
  stopifnot(is.raw(x))
  call_with_cleanup(c_webfakes_crc32, x)
}

Try the webfakes package in your browser

Any scripts or data that you put into this service are public.

webfakes documentation built on Oct. 1, 2023, 9:06 a.m.