Skip to content

Commit

Permalink
Release v1.0.1 (#58)
Browse files Browse the repository at this point in the history
* fix: add missing estimator imports

* fix(typo): update estimator name with the right casing

* chore: update project version

---------

Co-authored-by: Floyd Zweydinger <[email protected]>
Co-authored-by: AnonymousAccABC <[email protected]>
Co-authored-by: javierverbel <[email protected]>
Co-authored-by: Memphisd <[email protected]>
Co-authored-by: javier.verbel <[email protected]>
Co-authored-by: FloydZ <[email protected]>
Co-authored-by: ariane <[email protected]>
  • Loading branch information
8 people authored Mar 31, 2023
1 parent b433dc0 commit c3abca5
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 274 deletions.
5 changes: 4 additions & 1 deletion cryptographic_estimators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
from .base_problem import BaseProblem
from .helper import ComplexityType, concat_pretty_tables, _truncate, round_or_truncate
from . import SDEstimator
from . import SDFqEstimator
from . import MQEstimator
from . import SDFqEstimator
from . import PKEstimator
from . import LEEstimator
from . import PEEstimator
from . import DummyEstimator
Loading

0 comments on commit c3abca5

Please sign in to comment.