We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973e43 commit 879295eCopy full SHA for 879295e
conclave/dispatch/oblivc.py
@@ -25,7 +25,7 @@ def __init__(self, peer, config):
25
26
typedef struct
27
{
28
- {{{TYPE}}} mat[10000][COLS];
+ {{{TYPE}}} mat[ROWS][COLS];
29
int rows;
30
int cols;
31
} Io;
0 commit comments