OpenMined / OpenMined/TenSEAL

BFVVector: implement matmul_plain_inplace

Open
#249 0 comments 0 reactions 0 assignees View on GitHub

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

Description

Implement the matmul_plain_inplace operation for BFVVector here.

You can see a similar implementation in the CKKSVector class here.

In order to be accepted, the PR must include:

  • The implementation of the operation.
  • C++ tests.
  • Python tests.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.