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.
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.