I think I narrowed down the errors I explained in the top two threads. I Think the rand() error is probably due to a conflict in naming functions? I'm assuming the espruino has a function called rand() and the Crypto library has a rand() function?
The undefined reference error in my second post is probably due to not including a header file listing the methods.
I'm not much of a programmer so I'm not really sure where to go from here to fix those issue.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think I narrowed down the errors I explained in the top two threads. I Think the rand() error is probably due to a conflict in naming functions? I'm assuming the espruino has a function called rand() and the Crypto library has a rand() function?
The undefined reference error in my second post is probably due to not including a header file listing the methods.
I'm not much of a programmer so I'm not really sure where to go from here to fix those issue.