You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may introduce a circular dependency between halo2 and the (eventual) poseidon crate:
poseidon::Transcript will have to implement the halo2::transcript::{Transcript, TranscriptRead, TranscriptWrite} traits, i.e. will have a halo2 dependency; however, the halo2 crate has to import poseidon::Transcript to instantiate a transcript.
(analogous to
poseidon::Hash
)The text was updated successfully, but these errors were encountered: