nindanaoto
nindanaoto
Dear maintainers, In your parameter definitions, you mention the error rates for the parameter sets, but how to reproduce these estimation results? https://github.com/zama-ai/concrete/blob/4209e3366e8eb889e83720de3dc03b85778d3cec/concrete-boolean/src/parameters/mod.rs#L79-L80
Dear tfhe team, I wrote the python3 script to calculate error probability of the gate bootstrapping based on your paper. https://eprint.iacr.org/2018/421 But it tells me that bk_Bgbit = 6 gives...
Dear authors, This PR applies the changes proposed in https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/442#issue-1088532783. I've checked this with the OAK-D stereo camera.
Dear maintainers, As discussed in the ros channel in discord, the current ImuConverter implementation does not reflect the timestamp of IMU data and only publishes the latest data in a...
Hello, maintainers. I'm currently trying to integrate STRUMPACK CUDA support into PETSc and found that STRUMPACK_USE_MPI and STRUMPACK_USE_CUDA cannot be switched ON at the same time because nvcc can't process...
Dear maintainers, As you may know, Control State Register (CSR) is removed from base instruction in RV32I and RV64I version 2.1. So, we should remove the use of CSR related...
Dear the maintainer, I'm now trying to estimate the security for small LWE ciphertexts like the following: ``` param = estimator.lwe_parameters.LWEParameters( n=384, q=2 ** 7, Xs=estimator.nd.NoiseDistribution.UniformMod(2), Xe=estimator.nd.NoiseDistribution.CenteredBinomial(8), m = 384...