nindanaoto
nindanaoto
@pwFoo I think you should install libc6-compat package. https://pkgs.alpinelinux.org/packages?name=libc6-compat&branch=edge
Hello, @bpradeep508 This may helpful for you. https://github.com/tfhe/tfhe/issues/187#issuecomment-592505671
I think you should raise a issue on Cingulata page. Not here. By the way, I guess that replacing addition with division in this tutorial code may work. https://github.com/CEA-LIST/Cingulata/wiki/tutorial_hello
Dear TFHE teams and @fvirdia, > std::uniform_int_distribution and std::normal_distribution, which are probably also not secure implementations of uniform and gaussian sampling. You may be worrying about attacks like these,right? https://eprint.iacr.org/2016/300...
Hello,@mmastrac I'm grad to see you again outside HN. I'm the writer of another CPU emulator over TFHE, (https://github.com/virtualsecureplatform/kvsp) a nd another TFHE implementation. (https://github.com/virtualsecureplatform/TFHEpp) I think this idea is...
Hello, @hilder-vitor. I'm the writer of another TFHE implementation, [TFHEpp](https://github.com/virtualsecureplatform/TFHEpp). I think your way to estimate gate size is wrong. Interpreting the automaton as the transitions matrices and the state...
@hilder-vitor I see. From that view, your estimation is correct and it may work.
Hello,@Bahi7 I think your application doesn't need asymmetric TFHE(or MK-TFHE). Encrypting server's data as trivial cyphertext(𝗮=𝟬 and b is μ or -μ) may be enough.
Hello, all. This is the working 8 bit division circuit. The codes are generated by V2TT. Sorry, this is deprecated project, since this is just the PoC of using Yosys...
This is the fixed fork. https://github.com/nindanaoto/ORB_SLAM3