Skip to content

Commit

Permalink
Link to NTRU documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Nov 7, 2023
1 parent 52d1037 commit c8375de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We cover:
- ``[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)
- ``[x]`` |ntru-binder| :doc:`attacks on NTRU public keys (using overstretched parameters) <../algorithms/ntru>`

.. |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 @@ -64,6 +64,9 @@ We cover:
.. |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

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

We are planning:

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

0 comments on commit c8375de

Please sign in to comment.