mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-04 06:33:07 +00:00
fix types
This commit is contained in:
parent
4d5e3de2b7
commit
5743d10220
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user