Closed bo-hub closed 2 years ago
Hi,
The error has been solved, interdec was not being properly computed following the conditions on Theorem 1 of the paper (it was bigger), and therefore the rounding did not give a correct result. The changes are at line 204 of the decryption_sim.c
file. Thank you for bringing the issue to our attention.
Hi, thank you for your wonderful work. I am trying to test the threshold decryption program here. And I uncomment this line in
decryption_sim.c
file. https://github.com/FerranAlborch/Implementation-RLWE-based-distributed-key-generation-and-threshold-decryption/blob/b6fcd0648d14f6308ff1700ca7211034627b43bb/decryption_sim.c#L367Then I compile the
decryption_sim.c
file useAnd I run the output by
But the output said the decryption is not correct:
Is there anything I missed or misunderstand? Thanks!