bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 opened on Dec 22, 2022

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

Repository metrics

Stars
 (871 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide