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 mentioned in #7 (reply in thread), it would be beneficial to add one more component to the Note object. This component would define a set of values which would be put on the top of the stack before note scripts start executing. Internally, this would be just a vector of field elements (similar to how we have a vector of assets).
Adding this component would affect how we compute note hash and note nullifier. In both cases, I think we should compute the hash of inputs first, and then include this hash in the note hash and nullifier computations.
The text was updated successfully, but these errors were encountered:
As mentioned in #7 (reply in thread), it would be beneficial to add one more component to the
Note
object. This component would define a set of values which would be put on the top of the stack before note scripts start executing. Internally, this would be just a vector of field elements (similar to how we have a vector of assets).Adding this component would affect how we compute note hash and note nullifier. In both cases, I think we should compute the hash of inputs first, and then include this hash in the note hash and nullifier computations.
The text was updated successfully, but these errors were encountered: