I am starting work on some code for authentication using an ATECC608A
Sparkfun have a decent write up on this chip, if anyone is interested.
https://learn.sparkfun.com/tutorials/cr ... -guide/all
My question relates to how they create their arguments... they have a * before them like this
Code: Select all
uint8_t *publicKey
Can i use this method in flowcode? I have never seen it used before...