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
Description
It’s also not clear how things like H(a,(b,c)) are handled. In any case, we need to clearly specify these things so that they can be matched by verifiers..
Proposed Solution
The simplest choice is to just flatten this, but I think that it may be done recursively as H(a,H(b,c)).
The text was updated successfully, but these errors were encountered:
This is a remark made by @benaloh. There was a concern to remove the recursive nature of the hashing and have it as flat as possible. This is more a long term goal and perhaps will have to be broken up into individual issues.
Feature Request
Description
It’s also not clear how things like H(a,(b,c)) are handled. In any case, we need to clearly specify these things so that they can be matched by verifiers..
Proposed Solution
The simplest choice is to just flatten this, but I think that it may be done recursively as H(a,H(b,c)).
The text was updated successfully, but these errors were encountered: