Skip to content

Commit

Permalink
brag about NTRU!
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Nov 1, 2023
1 parent f711fd4 commit f41ddfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ Quick Start
Status
------

We have feature parity with the `old estimator <https://bitbucket.org/malb/lwe-estimator/src/master/>`__:
We cover:

- ``[x]`` |lwe-primal-binder| :doc:`primal attacks on LWE <../algorithms/lwe-primal>`
- ``[X]`` |lwe-dual-binder| :doc:`dual attacks on LWE <../algorithms/lwe-dual>`
- ``[x]`` |lwe-bkw-binder| :doc:`Coded-BKW attack on LWE <../algorithms/lwe-bkw>`
- ``[X]`` |gb-binder| :doc:`Arora-GB attack on LWE <../algorithms/gb>`
- ``[x]`` attacks on `NTRU <https://en.wikipedia.org/wiki/NTRU>`__ public keys (using overstretched parameters)

.. |lwe-primal-binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/malb/lattice-estimator/jupyter-notebooks?labpath=..%2F..%2Ftree%2Flwe-primal.ipynb
Expand All @@ -62,10 +63,9 @@ We have feature parity with the `old estimator <https://bitbucket.org/malb/lwe-e

.. |gb-binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/malb/lattice-estimator/jupyter-notebooks?labpath=..%2F..%2Ftree%2Fgb.ipynb

but we are also planning:

- ``[ ]`` attacks on `NTRU <https://en.wikipedia.org/wiki/NTRU>`__ public keys (using overstretched parameters)
We are planning:

- ``[ ]`` attack on `SIS <https://en.wikipedia.org/wiki/Short_integer_solution_problem>`__ instances

Evolution
Expand Down

0 comments on commit f41ddfd

Please sign in to comment.