ATECC508A INTEGER POINTER *data ??
Posted: Wed Jun 17, 2020 2:10 pm
Hi,
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
But the public key is actually 64 bytes in size, which cant fit in a uint8. The comments refer to it as an integer pointer...
Can i use this method in flowcode? I have never seen it used before...
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...