Topic: Hardware crypto (cryptocell?) on Nordic nRF9160dk
I am using wolffssl on a Nordic nRF9160dk board and I would like to try out hardware crypto.
Both wolfssl and the board seem to support cryptocell.
I have tried #define WOLFSSL_CRYPTOCELL, which gives me a compile error:
fatal error: sns_silib.h: No such file or directory
32 | #include "sns_silib.h"
Does that indicate I need to do something on the wolfssl side or rather on the nordic end?