Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export and document more OpenFHE functions #23

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Conversation

sloede
Copy link
Member

@sloede sloede commented Jan 22, 2024

Requires hpsc-lab/openfhe-julia#14
Requires JuliaPackaging/Yggdrasil#7992

For Ciphertext, add the following methods:

  • GetNoiseScaleDeg
  • SetNoiseScaleDeg
  • (GetLevel)
  • SetLevel
  • GetHopLevel
  • SetHopLevel
  • GetScalingFactor
  • SetScalingFactor
  • GetSlots
  • SetSlots
  • Clone
  • CloneZero

For Plaintext, add the following methods:

  • GetScalingFactor
  • SetScalingFactor
  • IsEncoded
  • GetElementRingDimension
  • GetLength
  • (SetLength)
  • GetNoiseScaleDeg
  • SetNoiseScaleDeg
  • GetLevel
  • SetLevel
  • GetSlots
  • GetSlots
  • GetLogError
  • (GetLogPrecision)
  • GetStringValue
  • GetCoefPackedValue
  • GetPackedValue
  • (GetRealPackedValue)

For CryptoContext, add the following methods:

  • <many>, but all without docstrings 😢

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b07f114) 100.00% compared to head (87d64c8) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           30        30           
=========================================
  Hits            30        30           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sloede sloede closed this Jan 22, 2024
@sloede sloede reopened this Jan 22, 2024
@sloede sloede enabled auto-merge (squash) January 22, 2024 20:07
@sloede sloede merged commit d0422bd into main Jan 22, 2024
23 checks passed
@sloede sloede deleted the msl/more-wrappings branch January 22, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant