Skip to content

Instantly share code, notes, and snippets.

@pathaine

pathaine/p7.cpp Secret

Last active December 26, 2018 19:21
Plaintext result;
cc->Decrypt(kp.secretKey, innerProduct, &result);
printf("Inner product is equal to %d", int(result->GetPackedValue()[0]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment