diff --git a/python/examples/encryption/README.md b/python/examples/encryption/README.md index 4e95e69160a69b7ea0807e2347326342bf4ea4cc..ee19bc0293bb249d986206b4c602fbe112db4811 100644 --- a/python/examples/encryption/README.md +++ b/python/examples/encryption/README.md @@ -26,7 +26,7 @@ def serving_encryption(): serving_client="encrypt_client", encryption=True) ``` -dirname is the folder path where the model is located. If the parameter is discrete, it is unnecessary to specify params_filename, else you need to set params_filename='__params__'. +dirname is the folder path where the model is located. If the parameter is discrete, it is unnecessary to specify params_filename, else you need to set the value of params_filename = '__params__'. The key is stored in the `key` file, and the encrypted model file and server-side configuration file are stored in the `encrypt_server` directory. client-side configuration file are stored in the `encrypt_client` directory.