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
As suggested in #208 (comment), we could add a function to read only the byte array length slot. If it's 0, we can assume no byte array exists at that location, reducing unnecessary slot reads for the ciphertext when it's not needed.
Eventually replace resultCt := ReadBytesToAddress with the new ctExists. This should be considered in the context of the feature for handling SSTORE opcode
Rename ReadBytesToAddress accordingly
The text was updated successfully, but these errors were encountered:
As suggested in #208 (comment), we could add a function to read only the byte array length slot. If it's 0, we can assume no byte array exists at that location, reducing unnecessary slot reads for the ciphertext when it's not needed.
resultCt := ReadBytesToAddress
with the newctExists
. This should be considered in the context of the feature for handling SSTORE opcodeReadBytesToAddress
accordinglyThe text was updated successfully, but these errors were encountered: