CryptoMiniSat
CryptoMiniSat is an open-source extension of the Minisat SAT solver designed to efficiently handle formulas that include XOR constraints. It is particularly well suited for cryptanalytic problems where many relations are expressed as XOR (parity) equations, enabling faster solving of cryptographic instances than traditional CNF-only SAT solvers.
The solver combines a conventional conflict-driven clause learning (CDCL) core with a Gaussian-elimination based XOR solver.
Applications and usage often focus on cryptography, including algebraic and parity-based attacks against block and stream
History and availability: CryptoMiniSat originated within the MiniSat ecosystem and has evolved through ongoing contributions from