You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of ip_cost in the list_decoding function of cost.py is for a dimension d inner product on 32-bit integers. It should be for a dimension d/log(d) inner product. This gives us the wrong value for insert_cost and query_cost here:
The value of
ip_cost
in thelist_decoding
function of cost.py is for a dimensiond
inner product on 32-bit integers. It should be for a dimensiond/log(d)
inner product. This gives us the wrong value forinsert_cost
andquery_cost
here:eprint-2019-1161/cost.py
Lines 783 to 784 in 09d72d2
Thanks to Leo Ducas for reporting this error (https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/Fm4cDfsx65s).
The text was updated successfully, but these errors were encountered: