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
Originally posted by VR314 December 1, 2023
In the validate function of the FprimeProtocol.cpp file, the variables byte, calc, and sent of type char when ring.peek is defined to return a U8 and so does the hashBuffer. Why was this done and is there a possibility for issues coming up because of the signedness of the values?
The text was updated successfully, but these errors were encountered:
Discussed in #2405
Originally posted by VR314 December 1, 2023
In the validate function of the FprimeProtocol.cpp file, the variables
byte
,calc
, andsent
of typechar
whenring.peek
is defined to return aU8
and so does thehashBuffer
. Why was this done and is there a possibility for issues coming up because of the signedness of the values?The text was updated successfully, but these errors were encountered: