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
While poking around DPE binary size, I found that the generate_new_handle function is several KiB. I assume the size is due to the constant time compare. I wonder if we could find a more compact implementation. Expecially since the comparison we do is fixed width, I assume there are additional optimizations that can be make.
The text was updated successfully, but these errors were encountered:
While poking around DPE binary size, I found that the
generate_new_handle
function is several KiB. I assume the size is due to the constant time compare. I wonder if we could find a more compact implementation. Expecially since the comparison we do is fixed width, I assume there are additional optimizations that can be make.The text was updated successfully, but these errors were encountered: