Skip to content

Commit

Permalink
docs(frontend): a small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxizama committed Aug 26, 2024
1 parent 578bf98 commit 4e9f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution-analysis/simulation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simulation
This document explains how to use simulation to speed up the homomorphic execution during development, enabling faster prototyping while accounting for the inherent probability of errors in Fully Homomorphic Encryption (FHE) execution.
This document explains how to use simulation to speed up the development, enabling faster prototyping while accounting for the inherent probability of errors in Fully Homomorphic Encryption (FHE) execution.

## Using simulation for faster prototyping
During development, the speed of homomorphic execution can be a blocker for fast prototyping. Although you can directly call the function you want to compile, this approach does not fully replicate FHE execution, which involves a certain probability of error (see [Exactness](../core-features/table\_lookups.md#table-lookup-exactness)).
Expand Down

0 comments on commit 4e9f7c6

Please sign in to comment.