bee-san/Ares

[BUG] Not all decoders who can fail, fail

Ouverte

#159 ouverte le 22 déc. 2022

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (45 forks)github user discovery
buggood first issue

Métriques du dépôt

Stars
 (871 étoiles)
Métriques de merge PR
 (Merge moyen 1m) (6 PRs mergées en 30 j)

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