diff --git a/python/examples/encryption/README.md b/python/examples/encryption/README.md index e938dc04de93e33023d0c18c97af22ab04610c21..e34ce4197753dbc5e3d8c01d1095637073d9787b 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 the value of params_filename to be '__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 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.