International Association for Cryptologic Research

International Association
for Cryptologic Research

Advances in Cryptology – ASIACRYPT 2025

A Crack in the Firmament: Restoring Soundness of the Orion Proof System and More


README

Orion attack implementation

This is a demonstration of an attack on the Orion proof system. It is implemented in Rust and can be executed by running

cargo run --release

All dependencies are included in Cargo.toml, requiring no additional setup.

Running the associated tests can be done using cargo test.

The attack is explained in `A Crack in the Firmament: Restoring Soundness of the Orion Proof System and More', Section 3. Comments are provided to clarify the steps taken in the program. The code will repeatedly generate a random system and find a codeword to forge a proof, keeping track of the success rate (the code is never expected to fail).

Code organisation

The organisation of the code is relatively self-explanatory: