bee-san/Ares

[BUG] Not all decoders who can fail, fail

开放

#159 创建于 2022年12月22日

 (0 条评论) (0 个反应) (0 位负责人)Rust (45 个派生)github user discovery
buggood first issue

仓库指标

星标
 (871 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 6 个 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.

贡献者指南