Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hashing should be flat not recursive (CPP) #233

Open
lmarie79 opened this issue Feb 8, 2022 · 0 comments
Open

Hashing should be flat not recursive (CPP) #233

lmarie79 opened this issue Feb 8, 2022 · 0 comments
Labels
enhancement New feature or request triage Waiting to be triaged

Comments

@lmarie79
Copy link
Collaborator

lmarie79 commented Feb 8, 2022

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)).

@lmarie79 lmarie79 added enhancement New feature or request triage Waiting to be triaged labels Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Waiting to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant