Skip to content

Commit

Permalink
Change to camel case for constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
erabinov committed Jun 18, 2024
1 parent 18da4a7 commit 5772576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recursion/gnark-ffi/go/sp1/poseidon2/poseidon2_babybear.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
)

const BABYBEAR_WIDTH = 16
const babybear_num_external_rounds = 8
const babybear_num_internal_rounds = 13
const babybearNumExternalRounds = 8
const babybearNumInternalRounds = 13
const BABYBEAR_DEGREE = 7

type Poseidon2BabyBearChip struct {
Expand Down

0 comments on commit 5772576

Please sign in to comment.