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
Hi, I'm trying to build an HHE scheme using PASTA and BFV in Go, using lattigo library. Can you give me more details about how you implemented the BFV_SEAL? (for example 'matmul') it's different from the pasta_plain implementation. How did you choose the right Galois indexes for rotations?
Do you know If I need to have any special considerations to do this kind of work?
BTW: great work
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build an HHE scheme using PASTA and BFV in Go, using lattigo library. Can you give me more details about how you implemented the
BFV_SEAL
? (for example 'matmul') it's different from thepasta_plain
implementation. How did you choose the right Galois indexes for rotations?Do you know If I need to have any special considerations to do this kind of work?
BTW: great work
The text was updated successfully, but these errors were encountered: