@@ -0,0 +1,24 @@
+CryptoParams
+============
+
+The following crypto parameter objects are available per scheme **BFV**, **BGV** and **CKKS** respectively.
+CyrptoParamsBFVRNS
+##################
+.. autoclass:: openfhe.CCParamsBFVRNS
+ :members:
+ :show-inheritance:
+CryptoParamsBGVRNS
+.. autoclass:: openfhe.CCParamsBGVRNS
+CryptoParamsCKKSRNS
+###################
+.. autoclass:: openfhe.CCParamsCKKSRNS
@@ -14,10 +14,11 @@ Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that en
while keeping the efficiency of C++ FHE operations.
.. toctree::
- :maxdepth: 1
+ :maxdepth: 3
:caption: API Reference:
cryptocontext
+ cryptoparams
ciphertext
plaintext
keys