fix typos

This commit is contained in:
Miles
2024-03-20 22:36:26 +08:00
committed by Quentin Bourgerie
parent 5537eb53de
commit 5d68424531
70 changed files with 100 additions and 100 deletions

View File

@@ -198,7 +198,7 @@ Here we use a while loop that keeps iterating as long as the decryption of the r
## Limitations
Depending on the circuit, supporting composition may add a non-negligeable overhead when compared to a non-composable version. Indeed, to be composable a circuit must verify two conditions:
Depending on the circuit, supporting composition may add a non-negligible overhead when compared to a non-composable version. Indeed, to be composable a circuit must verify two conditions:
1) All inputs and outputs must share the same precision and the same crypto-parameters: the most expensive parameters that would otherwise be used for a single input or output, are generalized to all inputs and outputs.
2) There must be a noise refresh in every path between an input and an output: some circuits will need extra PBSes to be added to allow composability.

View File

@@ -11,4 +11,4 @@ When multi parameters are enabled, a different set of parameters are selected fo
To disable it, you can use `parameter_selection_strategy=fhe.ParameterSelectionStrategy.MONO` configuration option.
When enabled, you can select the level of circuit partitionning, with **multi\_parameter\_strategy** in [configuration](../guides/configure.md#options).
When enabled, you can select the level of circuit partitioning, with **multi\_parameter\_strategy** in [configuration](../guides/configure.md#options).