bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 aberto em 22 de dez. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (45 forks)github user discovery
buggood first issue

Métricas do repositório

Stars
 (871 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Some of our decoders (the one I know about being base64) can fail in other languages (python), but do not in Rust. It is essential we make them fail as it reduces the cardinality of our search algorithm, thus speeding the program up significantly.

Guia do colaborador