Skip to content

Commit 2e5f2b6

Browse files
committed
hm
1 parent e6a00cf commit 2e5f2b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

recursion/gnark-ffi/go/sp1/babybear/babybear.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ func NewChip(api frontend.API) *Chip {
5252
}
5353

5454
func NewF(value string) Variable {
55-
if value == "0" {
56-
return Zero()
57-
} else if value == "1" {
58-
return One()
59-
}
60-
6155
return Variable{
6256
Value: frontend.Variable(value),
6357
NbBits: 31,

0 commit comments

Comments
 (0)