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 (Python) #534

Open
lmarie79 opened this issue Feb 8, 2022 · 1 comment
Open

✨ Hashing should be flat not recursive (Python) #534

lmarie79 opened this issue Feb 8, 2022 · 1 comment
Labels
code owner only Only for Code Owner enhancement New feature or request

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
@keithrfung
Copy link
Collaborator

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.

@keithrfung keithrfung added question Further information is requested and removed triage Waiting to be triaged labels Feb 8, 2022
@keithrfung keithrfung changed the title Hashing should be flat not recursive (Python) ✨ Hashing should be flat not recursive (Python) Feb 8, 2022
@keithrfung keithrfung added code owner only Only for Code Owner question Further information is requested and removed question Further information is requested labels Feb 9, 2022
@lmarie79 lmarie79 removed the question Further information is requested label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code owner only Only for Code Owner enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants