a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
587 stars 106 forks source link

Visibility of ProofTranscript in utils module is hidden #334

Closed jimpo closed 2 months ago

jimpo commented 2 months ago

I want to use the jolt-core crate to benchmark the Hyrax proof system. I need to provide a ProofTranscript, which is in the module jolt_core::utils::transcript. However, the utils module does not have pub visibility. Could you please help?