Skip to content

Commit

Permalink
export CryptoContextFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Aug 2, 2024
1 parent 055da9a commit 79a71ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OpenFHE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export GenCryptoContext, Enable, GetKeyGenLevel, SetKeyGenLevel, GetEncodingPara
EvalDivide, EvalSumKeyGen, ClearEvalSumKeys, EvalSum, EvalBootstrapSetup, EvalBootstrapKeyGen,
ClearEvalAutomorphismKeys, EvalBootstrap

# CryptoContextFactory
export CryptoContextFactory
export ReleaseAllContexts, GetContextCount, GetFullContextByDeserializedContex, GetAllContexts

Check warning on line 74 in src/OpenFHE.jl

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Contex" should be "Context".

# Plaintext
export Plaintext
export GetScalingFactor, SetScalingFactor, IsEncoded, GetEncodingParams, GetElementRingDimension,
Expand Down

0 comments on commit 79a71ec

Please sign in to comment.