mirror of
https://github.com/arnaucube/Nova.git
synced 2026-02-01 08:46:39 +01:00
Refactor circuit code (#37)
* update crate versions * refactor * small tweaks * run cargo fmt * fix comments * remove unused code * address clippy Co-authored-by: Srinath Setty <srinath@microsoft.com>
This commit is contained in:
@@ -57,7 +57,6 @@ impl<G: Group> StepSNARK<G> {
|
||||
NovaError,
|
||||
> {
|
||||
// append the protocol name to the transcript
|
||||
//transcript.append_protocol_name(StepSNARK::protocol_name());
|
||||
transcript.append_message(b"protocol-name", StepSNARK::<G>::protocol_name());
|
||||
|
||||
// compute a commitment to the cross-term
|
||||
|
||||
Reference in New Issue
Block a user