bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 aperta il 22 dic 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (45 fork)github user discovery
buggood first issue

Metriche repository

Star
 (871 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor