power_house—Deterministic Interactive Proofs & Quorum Anchoring in Pure Rust

Hey everyone,

I’m excited to share a project I’ve been building called power_house — a Rust crate focused on deterministic interactive proofs, multilinear sum-check, and a transcript-anchored quorum ledger. The goal is to provide a clean, reproducible playground for verifiable computation and deterministic audit trails.

It’s written fully in Rust, with no unsafe blocks, and aims to be both a learning tool and a foundation for more advanced proof-construction or consensus applications.

Is the project closed-source? I cannot find any link to repository on crates.io. crates.io: Rust Package Registry

1 Like

This exists: GitHub - JROChub/power_house but doesn't seem to include the code.

Code appears to be here: GitHub - JROChub/power_house at release/v0.1.50

The license is strange.
ALIEN PUBLIC LICENSE 3.0 (APL-3.0)

It’s on Crates under the name power_house.
Website is jrocnet.com