BFVVector: implement matmul_plain_inplace
Open
Nobody has claimed this yet.
Good first issue :mortar_board:
Type: New Feature :heavy_plus_sign:
- Dominant language
- C++
- Stars
- 1k
- Forks
- 175
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 5
Description
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 in tenseal/cpp/tensors/bfvvector.cpp at the matmul_plain_inplace location and compare it with the analogous implementation in tenseal/cpp/tensors/ckksvector.cpp. Add C++ tests and Python tests for the operation; done means both test suites cover and pass for BFVVector matmul_plain_inplace.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- cryptography
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100