Use of FFT (Fast Fourier Transofrom) in CKKS Scheme
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1k
- Forks
- 175
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 5
Description
Question
Whether CKKS scheme uses FFT
Further Information
Hi all,
Does CKKS scheme in module tenseal make of FFT for accelerating the computation? There is an implementation in sealapi that sets using_fft but no similar functions in tenseal module.
Screenshots
In tests/python/sealapi/test_context.py, using_fft can be verified.
If applicable, add screenshots to help explain your question.
System Information
- OS: [e.g. iOS]
- OS Version: [e.g. 22]
- Language Version: [e.g. Python 3.7, Node 10.18.1]
- Package Manager Version: [e.g. Conda 4.6.1, NPM 6.14.1]
Additional Context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading tests/python/sealapi/test_context.py, where using_fft is exercised, and trace the related CKKS context behavior in TenSEAL. Confirm whether the TenSEAL CKKS path uses FFT and document the answer, including how it relates to the sealapi setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- cryptography
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100