Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bls-snark

> [!WARNING]
> **Prototype — not production-ready. Use at your own risk.** The production
> trusted-setup MPC ceremony is not yet in place (coming soon), and the code has
> not had an external security audit. Evaluate it against your own RISC0 inputs;
> do not deploy it to mainnet.

Wrap a Groth16-BN254 proof in a Groth16-BLS12-381 proof verifiable on Cardano L1.

The outer proof attests *"I know a valid BN254 Groth16 proof for this verifying key and these public inputs"* — verifiable on-chain using the BLS12-381 group + pairing builtins that ship in Plutus.
Expand Down
Loading