mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-08 19:56:44 +01:00
write code in stream mode
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#define Fr_LONGMONTGOMERY 0xC0000000
|
||||
typedef struct __attribute__((__packed__)) {
|
||||
int32_t shortVal;
|
||||
u_int32_t type;
|
||||
u_int64_t longVal[Fr_N64];
|
||||
uint32_t type;
|
||||
uint64_t longVal[Fr_N64];
|
||||
} FrElement;
|
||||
typedef FrElement *PFrElement;
|
||||
extern FrElement Fr_q;
|
||||
|
||||
Reference in New Issue
Block a user