encryptrpak 0.2.0
get_private_key_path()
andget_public_key_path()
are now exported functions.- An argument called
devtools_load
was added toget_private_key()
,get_public_key()
,get_private_key_path()
,get_public_key_path()
,encrypt_extdata()
, anddecrypt_extdata()
. This allows developers to load packages to memory before running the functions. Thedevtools_load
argument is always set toFALSE
.