malb / lattice-estimator

An attempt at a new LWE estimator
215 stars 49 forks source link

Add NotImplementedError to primal_dsd for Xs != Xe #90

Closed hkippen-SBAQ closed 11 months ago

hkippen-SBAQ commented 11 months ago

Add NotImplemented error for primal_DSD when distributions do not match. Commit also updates the API documentation to include ntru.rst, giving tutorial code for NTRU attack estimation.

malb commented 11 months ago

Thanks!