Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp
Hashing should be flat not recursive (CPP)
Offen
enhancement
triage
- Vorherrschende Sprache
- C++
- Sterne
- 26
- Forks
- 25
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## 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)).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.