示例#1
0
/**
 * @deprecated Use Shopp::rsa_encrypt()
 **/
function rsa_encrypt($data, $pkey)
{
    return Shopp::rsa_encrypt($data, $pkey);
}