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
Currently device side curve accesses only confirm that type size matches. This is clearly flawed (most types are 4-byte).
This same flaw is present in unregisterVariableByHash()
Temporary solution, also confirm the unmodulated hash matches. This will be a significant improvement, at the cost of an extra memory read. This is probably worth doing at the same time as #353, or atleast CURVEs component of that change.
The long term solutions to this may only be available via RTC, due to the pre-processing which can be performed.
The text was updated successfully, but these errors were encountered:
Currently device side curve accesses only confirm that type size matches. This is clearly flawed (most types are 4-byte).
This same flaw is present in
unregisterVariableByHash()
Temporary solution, also confirm the unmodulated hash matches. This will be a significant improvement, at the cost of an extra memory read. This is probably worth doing at the same time as #353, or atleast CURVEs component of that change.
The long term solutions to this may only be available via RTC, due to the pre-processing which can be performed.
The text was updated successfully, but these errors were encountered: