bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 opened on 2022年12月22日

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)

説明

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.

コントリビューターガイド