Skip to content

Commit

Permalink
README.md typo fix
Browse files Browse the repository at this point in the history
We use logN=15 for silver.
  • Loading branch information
Yongwoo-Lee-ccl authored Nov 25, 2023
1 parent ab051c7 commit 9517514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from liberate import fhe
from liberate.fhe import presets

# Generate CKKS engine with preset parameters
grade = "silver" # logN=14
grade = "silver" # logN=15
params = presets.params[grade]

engine = fhe.ckks_engine(**params, verbose=True)
Expand Down

0 comments on commit 9517514

Please sign in to comment.