References for LUT implementation #294
-
Hi, contributors |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @lilBuffaloEric, the implementation in Lattigo of the blind rotation was inspired by this paper , which proposes blind rotations with ternary keys. For the rest, the implementation of LUT evaluation has no reference, as it was designed and optimized on the fly. If you have questions about specific pieces of code, I can answer them here. |
Beta Was this translation helpful? Give feedback.
Hi @lilBuffaloEric, the implementation in Lattigo of the blind rotation was inspired by this paper , which proposes blind rotations with ternary keys. For the rest, the implementation of LUT evaluation has no reference, as it was designed and optimized on the fly.
If you have questions about specific pieces of code, I can answer them here.