Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Aug 24, 2024
1 parent e999eae commit 6a9cc51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions estimator/lwe.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ class Estimate:

def rough(self, params, jobs=1, catch_exceptions=True):
"""
This function makes the following (non-default) somewhat routine assumptions to evaluate the cost of lattice
This function makes the following (non-default) somewhat routine assumptions to evaluate the cost of lattice
reduction, and to provide comparable numbers with most of the literature:
- The GSA holds.
- The Core-SVP model holds.
Provided numbers are notably not directly comparable with the rest of our API, when using the default cost models.
Provided numbers are notably not directly comparable with the rest of our API, when using the default cost
models.
This function furthermore assumes the following heuristics:
Expand Down
5 changes: 3 additions & 2 deletions estimator/ntru.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ class Estimate:

def rough(self, params, jobs=1, catch_exceptions=True):
"""
This function makes the following (non-default) somewhat routine assumptions to evaluate the cost of lattice
This function makes the following (non-default) somewhat routine assumptions to evaluate the cost of lattice
reduction, and to provide comparable numbers with most of the literature:
- The ZGSA holds.
- The Core-SVP model holds.
Provided numbers are notably not directly comparable with the rest of our API, when using the default cost models.
Provided numbers are notably not directly comparable with the rest of our API, when using the default cost
models.
This function furthermore assumes the following heuristics:
Expand Down
5 changes: 3 additions & 2 deletions estimator/sis.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
class Estimate:
def rough(self, params, jobs=1, catch_exceptions=True):
"""
This function makes the following (non-default) somewhat routine assumptions to evaluate the cost of lattice
This function makes the following (non-default) somewhat routine assumptions to evaluate the cost of lattice
reduction, and to provide comparable numbers with most of the literature:
- The LGSA holds.
- The Core-SVP model holds.
Provided numbers are notably not directly comparable with the rest of our API, when using the default cost models.
Provided numbers are notably not directly comparable with the rest of our API, when using the default cost
models.
This function furthermore assumes the following heuristics:
- None at the moment. May change as more algorithms are added.
Expand Down

0 comments on commit 6a9cc51

Please sign in to comment.