You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will have a and b pointing to the same memory cell. If *a changes, *b will change too.
Besides changing this, we might also change the buffer_bytes type to uint8_t[8] since it will communicate better what the function expects.
The text was updated successfully, but these errors were encountered:
gabrielbosio
changed the title
Conversion from felt to bytes shouldn't return same pointer as argument
Buffer argument of uint to bytes conversion functions
Jul 27, 2023
If we run
We will have
a
andb
pointing to the same memory cell. If*a
changes,*b
will change too.Besides changing this, we might also change the
buffer_bytes
type touint8_t[8]
since it will communicate better what the function expects.The text was updated successfully, but these errors were encountered: