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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
There is an issue where the following code does not behave as expected. Both saved output files are identical and we would expect one to be much smaller:
bool withSecretKey = true;
hePtr->saveToFile(clientContext, withSecretKey); // save client context
hePtr->saveSecretKeyToFile(clientSecretKey); // Change add to save the secret key
@aehud indicated in issue #126 he would try to put something out for that soon. Thanks to @YangJudy for reporting it in that other bug.
The text was updated successfully, but these errors were encountered:
There is an issue where the following code does not behave as expected. Both saved output files are identical and we would expect one to be much smaller:
bool withSecretKey = true;
hePtr->saveToFile(clientContext, withSecretKey); // save client context
hePtr->saveSecretKeyToFile(clientSecretKey); // Change add to save the secret key
@aehud indicated in issue #126 he would try to put something out for that soon. Thanks to @YangJudy for reporting it in that other bug.
The text was updated successfully, but these errors were encountered: