lattigo icon indicating copy to clipboard operation
lattigo copied to clipboard

A library for lattice-based multiparty homomorphic encryption in Go

Results 66 lattigo issues
Sort by recently updated
recently updated
newest added

Hi, Are there any tutorial videos or webseminar videos of Lattigo? And any online community of lattigo like in stackoverflow or slack channel? Looks like lattigo code has not enough...

Hi, ![image](https://user-images.githubusercontent.com/754293/185278614-cfaadd81-c9d2-487d-bec7-9d8fb1f7c0f7.png) May I know why here the comment says it's 65.0000116961637 bits? 0x800004001=100000000000000000000100000000000001 0x40002001=1000000000000000010000000000001 they totally have 64 bits, and how to get65.0000116961637 bits which even has decimal part?...

Hi, ![image](https://user-images.githubusercontent.com/754293/185179213-90515a89-be06-4cfb-ada0-b6ac8e4409d4.png) I'm running examples/ckks/bootstrapping/main.go, what surprises me is that after bootstrapping, the levels and logQ is decreased to a lower value than before bootstrapping. Shouldn't the values of levels...

Hi, I see some code like: fmt.Printf("CKKS parameters: logN = %d, logSlots = %d, H(%d; %d), logQP = %d, levels = %d, scale= 2^%f, sigma = %f \n", params.LogN(), params.LogSlots(),...

Hi, ![image](https://user-images.githubusercontent.com/754293/185132365-ccc1e0c2-00b9-4835-b607-3264c1102bb9.png) How about the meaning of euler? is it meaning classic code? I only know euler is a mathematician. BR

Hi, ![image](https://user-images.githubusercontent.com/754293/185150785-d3dabc14-53b8-415c-812f-3dbfb9dc2a1d.png) for this specific number 0x2000000a0001, its binary format is 1000000000000000000000000010100000000000000001 which has 46 binary digits. So why the comment says it's 45 bit? Is the comment wrong? it...

Hi, I've read through the file ckks/params.go, and found that all PN objects have logN= LogSlot or Logn = 1 + LogSlot. Why they have such relations? What's the differences...

Hi, I couldn't quite understand this: ![image](https://user-images.githubusercontent.com/754293/185124160-69b1463a-8804-4009-bc65-d1db287315e0.png) Is it pure math knowledge? Where could I find the relative math? BR

Hi, ![image](https://user-images.githubusercontent.com/754293/185104290-14b93056-0719-48d3-be48-ec91ae82c808.png) what does this v3/ckks mean? The branch name or tag name or others? ![image](https://user-images.githubusercontent.com/754293/185104437-a96940eb-421b-42c1-98de-e214d227d81a.png) It seems not the url link. ![image](https://user-images.githubusercontent.com/754293/185104525-35a65512-6cc8-4505-a99d-85baf214769a.png) BR

Hi, Is there any online channel or community for lattigo users to communiate? And I have some other questions: 1. How about the param "levels"? Is it a security param...