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
#8105 extends ValueNote so that it has proper partial note support in its API, but all notes by default technically support this under the hood since we're using pedersen to hash them in the macro-autogenerated function - even if we end up not using this property.
Consider having a type of note that uses a different hash function e.g. poseidon, making notes that don't require partial state cheaper to use (in gate count).
The text was updated successfully, but these errors were encountered:
#8105 extends ValueNote so that it has proper partial note support in its API, but all notes by default technically support this under the hood since we're using pedersen to hash them in the macro-autogenerated function - even if we end up not using this property.
Consider having a type of note that uses a different hash function e.g. poseidon, making notes that don't require partial state cheaper to use (in gate count).
The text was updated successfully, but these errors were encountered: