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.

貢獻者指南