Making the Laplace test case pass again
This commit is contained in:
parent
4c6ee567ee
commit
45e358f696
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int main(void)
|
|||
decay[i] = rand()%11000+5000;
|
||||
}
|
||||
for (i=0;i<10000;i++)
|
||||
ec_laplace_encode(&enc, val[i], decay[i]);
|
||||
ec_laplace_encode(&enc, &val[i], decay[i]);
|
||||
|
||||
ec_enc_done(&enc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue