Visa-Research / volepsi

Efficient Private Set Intersection base on VOLE
MIT License
98 stars 32 forks source link

fileBased.cpp/std::vector<block> readSet(const std::string& path, FileType ft, bool debug) #26

Closed yellow123Nike closed 1 year ago

yellow123Nike commented 1 year ago

Hello, Professor. I am having a problem reading .csv files using readSet. The result of encrypting the same input is different when the .csv is in the format of figure a and the .csv is in the format of figure b?

image image image image

For example enter = 990235009163719316. The first code encrypted is: ba943fbe42b9fa9a1d4c2d9b5dc9efb6 The second code is encrypted as f3f0977179abee1e55fa6abadbd3ac9a Why?