1

(3 replies, posted in wolfCrypt)

I am very new to these kinds of things. I know that there is a function millis() on arduino which tracks the time passed since the program was executed. I have no idea how to implement these functions tho.
Could someone maybe help me do that? It would help me so much thanks!!

2

(3 replies, posted in wolfCrypt)

Hey everyone,

I followed the instructions from https://www.wolfssl.com/doxygen/md__Use … EADME.html

After trying to open an example for arduino for example `sketches/wolfssl_client/wolfssl_client.ino`
I get the following errors: Error compiling for board Arduino Uno. #error "Must define XGMTIME externally see porting guide"

I really don't know what to do anymore. Can someone help me to get the library working on my arduino uno board?