Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Aug 1, 2024
1 parent 798c5f8 commit f1ff20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recursion/gnark-ffi/go/sp1/babybear/babybear.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func (c *Chip) ToBinary(in Variable) []frontend.Variable {
}

func (p *Chip) reduceFast(x Variable) Variable {
if x.NbBits >= uint(120) {
if x.NbBits >= uint(110) {
return Variable{
Value: p.reduceWithMaxBits(x.Value, uint64(x.NbBits)),
NbBits: 31,
Expand Down

0 comments on commit f1ff20c

Please sign in to comment.