it is successfulthird I build the SDKFourth, I tested whether it was successful,I use the code below in eapp_native.c
#include "sodium.h"
int main(){
if (sodium_init() < 0) {
ocall_print_string("sodium failed");
}else{
ocall_print_string("sodium successful");
}
}
but when I use make hello-native-package it occurs:/home/ysh/code/keystone/sdk/examples/hello-native/eapp/eapp_native.c:11:10: fatal error: sodium.h: No such file or directory
11 | #include "sodium.h"
| ^~~~~~
compilation terminated.
first I copy the directory sodium_patches into Kyestone Second I use this command
it is successful third I build the SDK Fourth, I tested whether it was successful,I use the code below in eapp_native.c
but when I use
make hello-native-package
it occurs:/home/ysh/code/keystone/sdk/examples/hello-native/eapp/eapp_native.c:11:10: fatal error: sodium.h: No such file or directory 11 | #include "sodium.h" | ^~~~~~ compilation terminated.