Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Jan 25, 2024
1 parent 9d9af23 commit 6d56219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circomcompatffi.nim
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ type G1* = object
y*: array[32, byte]

type G2* = object
x*: array[2, array[byte, 32]]
y*: array[2, array[byte, 32]]
x*: array[2, array[32, byte]]
y*: array[2, array[32, byte]]

type Proof* = object
a*: G1
Expand Down

0 comments on commit 6d56219

Please sign in to comment.