bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 ouverte le 22 déc. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (45 forks)github user discovery
buggood first issue

Métriques du dépôt

Stars
 (871 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur