R/crypt.R

PKI.encrypt <- function(what, key, cipher = NULL) .Call(PKI_encrypt, what, key, cipher)

PKI.decrypt <- function(what, key, cipher = NULL) .Call(PKI_decrypt, what, key, cipher)
NCEAS/PKIplus documentation built on May 7, 2019, 5:58 p.m.