bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 geöffnet am 22. Dez. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (45 Forks)github user discovery
buggood first issue

Repository-Metriken

Stars
 (871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide