bee-san/Ares

[BUG] Not all decoders who can fail, fail

Open

#159 创建于 2022年12月22日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (45 fork)github user discovery
buggood first issue

仓库指标

Star
 (871 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南