File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ CryptoParams
2+ ============
3+
4+ The following crypto parameter objects are available per scheme **BFV **, **BGV ** and **CKKS ** respectively.
5+
6+ CyrptoParamsBFVRNS
7+ ##################
8+ .. autoclass :: openfhe.CCParamsBFVRNS
9+ :members:
10+ :show-inheritance:
11+
12+ CryptoParamsBGVRNS
13+ ##################
14+ .. autoclass :: openfhe.CCParamsBGVRNS
15+ :members:
16+ :show-inheritance:
17+
18+
19+ CryptoParamsCKKSRNS
20+ ###################
21+ .. autoclass :: openfhe.CCParamsCKKSRNS
22+ :members:
23+ :show-inheritance:
24+
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that en
1414while keeping the efficiency of C++ FHE operations.
1515
1616.. toctree ::
17- :maxdepth: 1
17+ :maxdepth: 3
1818 :caption: API Reference:
1919
2020 cryptocontext
21+ cryptoparams
2122 ciphertext
2223 plaintext
2324 keys
You can’t perform that action at this time.
0 commit comments