1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- const char* ctx_GetLevel_docs = R"pbdoc(
- Get the number of scalings performed.
- :return: The level of the ciphertext.
- :rtype: int
- )pbdoc";
- const char* ctx_SetLevel_docs = R"pbdoc(
- Set the number of scalings.
- :param level: The level to set.
- :type level: int
- )pbdoc";
|