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
The new key registry introduced in #7523 hashes keys twice, once for the hinted registry keys, and once for the hinted canonical keys. This results in an extra ~400 gates per set of keys read.
We can simplify this to a single hash if the unconstrained hint always returns the correct hint (either the registry or canonical set depending on the registry value) and so remove these extra gates:
The new key registry introduced in #7523 hashes keys twice, once for the hinted registry keys, and once for the hinted canonical keys. This results in an extra ~400 gates per set of keys read.
We can simplify this to a single hash if the unconstrained hint always returns the correct hint (either the registry or canonical set depending on the registry value) and so remove these extra gates:
The text was updated successfully, but these errors were encountered: