XPIR-team / XPIR

XPIR: Private Information Retrieval for Everyone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong database during simplepir?

Keepmoving-ZXY opened this issue · comments

Today I have a look at simplepir.cc and I find test case 9 use database that prepared for test case 8:

tests_failed |= run(&db8, chosen_element, params);

this maybe a carelessness, but don't import any error because choose index is 0.

Thank you for your issue! Solved in the commit noted above. Closing issue.