You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile the FLUTE repo and am running into a few issues.
In particular, I am getting the following error message:
` The source directory
/usr0/home/ahp2/Documents/FLUTE/libs/libote-sys/libOTe/cryptoTools
does not contain a CMakeLists.txt file.`
This seems to be from the fact that the required repo is a private repo that seems to implement additional features that are not existent in the main repo.
Would it be possible to check this?
Thank you.
The text was updated successfully, but these errors were encountered:
It seems I've messed up the sub-modules when transferring from the anonymous repo to the public one. Currently, our Silent-OT implementation reuses parts of libOTe when using the Silver encoding. If you want to use silver, you need to clone flute with --recurse--submodules to get our fork of libOTe and its submodules.
However, there is a problem. Because, apparently gcc breaks backwards compat in new releases, the code will currently not compile, at least under gcc-13.
Because of this, I've changed the support for Silver to be optional, and disabled it by default.
The communication for the quasi-cyclic encoding and Silver is nearly the same, only the computation is more expensive for the former.
I plan to fix this, and a few other issues, in the beginning of November. Unfortunately I won't have time earlier.
Hello,
I am trying to compile the FLUTE repo and am running into a few issues.
In particular, I am getting the following error message:
` The source directory
This seems to be from the fact that the required repo is a private repo that seems to implement additional features that are not existent in the main repo.
Would it be possible to check this?
Thank you.
The text was updated successfully, but these errors were encountered: