Visa-Research / volepsi

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

How to catch a protocol throw and try-catch in messagePassingExampleRun(). #53

Closed yellow123Nike closed 4 months ago

yellow123Nike commented 8 months ago

image

ladnir commented 7 months ago
try {    
    macoro::sync_wait(protocol);
}
catch(std::exception& e) {
    std::cout << e.what() << std::endl;
    throw;
}
yellow123Nike commented 7 months ago

Thanks, I also found the corresponding test cases in #include "eager_task_tests.h"