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
If we allow compute on ciphertext tagged as "decryptable" it would allow the possibility to have ciphertext "public" and used by anyone. For example, if a view function needs to return a default value, we could store it and returns it. This default value would be usable by any contract getting it.
If we allow compute on ciphertext tagged as "decryptable" it would allow the possibility to have ciphertext "public" and used by anyone. For example, if a view function needs to return a default value, we could store it and returns it. This default value would be usable by any contract getting it.
It would mean This function should verify allowedForDecryption
The text was updated successfully, but these errors were encountered: