Election-Tech-Initiative / Election-Tech-Initiative/electionguard-python
✨ Hashing should be flat not recursive (Python)
- Linguagem predominante
- Python
- Estrelas
- 168
- Forks
- 103
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
## 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)).
Guia de contribuição
Direção de pesquisa
Comece revisando a especificação de hashing e verificação do ElectionGuard, com foco em como expressões como H(a,(b,c)) devem ser representadas. Considera-se concluído quando a escolha entre o comportamento recursivo e o plano tiver sido decidida e especificada claramente, para que os verificadores possam corresponder a ela de forma consistente.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- cryptography
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100