privacy-scaling-explorations / sonobe

Experimental folding schemes library
https://privacy-scaling-explorations.github.io/sonobe-docs/
MIT License
205 stars 54 forks source link

Add TranscriptVar trait (circuit gadget) #41

Closed arnaucube closed 11 months ago

arnaucube commented 11 months ago

Currently we only have defined the trait for native Transcript, but we would need to define also a TranscriptVar trait which follows more or less what we are using already in PoseidonTranscriptVar but as trait.