Skip to content

Conversation

@ec2
Copy link
Member

@ec2 ec2 commented Oct 13, 2025

Allows for requesting and proving of Blake3 Groth16.

Under the current Groth16 compression, there are 5 public outputs which when SHA2 hashed gives the claim digest.
This new compression type introduces a new claim digest, which is the BLAKE3 hash instead.

This new claim_digest cannot be calculated on-chain, which means that proof requests for this BLAKE3 hash cannot be fulfilled with (image_id, journal). What this means is requests with Blake3 compression need to use the ClaimDigestMatch predicate.

NOTE: This compression only works for guest programs what have journal size of 32 bytes.

Example of usage here: https://github.com/ec2/boundless_blake3_example

This project currently forks 2 repos:
risc0: https://github.com/boundless-xyz/risc0/tree/ec2/v3.0.3-backport-3370
risc0-ethereum: https://github.com/ec2/risc0-ethereum/tree/ec2/bitvm2-release-3.0.1

TODO:
[] Clean up changes made to risc0-ethereum
[x] Rename shrink_bitvm2 -> blake3 groth16 everywhere

@github-actions github-actions bot changed the title Integrate Blake3 Groth16 compression type BM-1730: Integrate Blake3 Groth16 compression type Oct 14, 2025
@github-actions
Copy link

github-actions bot commented Oct 14, 2025

🚀 Documentation Preview

Deployment URL: https://boundless-documentation-fp8k4gect-boundless-network.vercel.app

Updated at: 2025-11-25 16:05:08 UTC

@@ -1,4 +1,4 @@
name: bento
name: bento-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the change? Was it for testing?

@ec2 ec2 force-pushed the ec2/shrink_bitvm2 branch from 8beab28 to 0d78ccf Compare November 25, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants