Binfhe serilalization error

(base) user@user-HP-Z240-Tower-Workstation:~/openfhetesting/build$ ./boolfhe
Generating keys.
Done generating all keys.
Error serializing the cryptocontext
The above lines are output of running example, boolean-serial-binary.cpp. File path for serialisation is working for ckks examples(no issues with file path) and giving error for binfhe examples. we are running example as user application

@pradeep508 According to the example code (line 41) you should have created a new directory in the directory where you are planning to run this particular example. The new directory name is “demoData”. You can always change it or provide the full path.

1 Like