rstudio / rscrypt

scrypt cryptographic functions for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider exposing c++ interface

jjallaire opened this issue · comments

You can add the Rcpp::interfaces attribute to make your exported functions directly available to C++ clients:

// [[Rcpp::interfaces(r, cpp)]]

This will generate inst/include/scrypt.h with the right C++ shims exposed.