Skip to content

Add missing CCParams values to cryptocontext#968

Merged
yspolyakov merged 3 commits intodevfrom
933-ccparams-for-cryptocontext
Apr 30, 2025
Merged

Add missing CCParams values to cryptocontext#968
yspolyakov merged 3 commits intodevfrom
933-ccparams-for-cryptocontext

Conversation

@dsuponitskiy
Copy link
Collaborator

@dsuponitskiy dsuponitskiy commented Apr 21, 2025

Adds to the following parameters to CryptoParametersRLWE so that they could be accessed through the Crypto Context.

  double m_noiseEstimate{0};
  uint32_t m_multiplicativeDepth{1};
  uint32_t m_evalAddCount{0};
  uint32_t m_keySwitchCount{0};
  uint32_t m_PRENumHops{0};

@dsuponitskiy dsuponitskiy added the new feature New feature or request label Apr 21, 2025
@dsuponitskiy dsuponitskiy added this to the Release 1.3.0 milestone Apr 21, 2025
@dsuponitskiy dsuponitskiy self-assigned this Apr 21, 2025
@dsuponitskiy dsuponitskiy linked an issue Apr 21, 2025 that may be closed by this pull request
@dsuponitskiy dsuponitskiy marked this pull request as draft April 21, 2025 13:57
@yspolyakov yspolyakov requested review from yspolyakov and removed request for andreea-alexandru April 21, 2025 15:36
@yspolyakov yspolyakov marked this pull request as ready for review April 22, 2025 19:07
@yspolyakov
Copy link
Contributor

This PR can be merged once PR #968 is merged.

@dsuponitskiy dsuponitskiy force-pushed the 933-ccparams-for-cryptocontext branch from f591422 to 837252e Compare April 25, 2025 17:40
@dsuponitskiy dsuponitskiy force-pushed the 933-ccparams-for-cryptocontext branch from 837252e to 7fb449d Compare April 30, 2025 14:30
@yspolyakov yspolyakov merged commit 9fd8069 into dev Apr 30, 2025
26 checks passed
@dsuponitskiy dsuponitskiy deleted the 933-ccparams-for-cryptocontext branch April 30, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add link from CryptoContext to CCParams

3 participants