Skip to content

Commit

Permalink
fixup! WIP feat: add short-hash wrappers for recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Oct 20, 2023
1 parent 490a2eb commit 6ecc547
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions std/recursion/wrapped_hash_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package recursion_test

import "github.com/consensys/gnark/frontend"

type shortHashCircuit struct {
}

func (c *shortHashCircuit) Define(api frontend.API) error {
return nil
}

0 comments on commit 6ecc547

Please sign in to comment.