mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-10 13:27:57 -05:00
Merge pull request #1174 from zama-ai/alex/update_security_curves
chore(common): add 132 bits security curves
This commit is contained in:
@@ -218,3 +218,6 @@ When options are specified both in the `configuration` and as kwargs in the `com
|
||||
- Automatic scheduling behavior can be override locally by calling directly a variant of `run`:
|
||||
- `run_sync`: forces the fhe function to occur in the current thread, not in the background,
|
||||
- `run_async`: forces the fhe function to occur in a background thread, returning immediately a `Future[Value]`
|
||||
|
||||
#### security_level: int = 128
|
||||
- Set the level of security used to perform the optimization of crypto-parameters.
|
||||
|
||||
Reference in New Issue
Block a user