pub fn finalize(
context: &CoPRFReceiverContext,
blind_output: BlindOutput,
) -> Result<Output, Error>
Expand description
To recover the PRF output, the receiver performs unblinding of the blind evaluation result by Elgamal decryption.
pub fn finalize(
context: &CoPRFReceiverContext,
blind_output: BlindOutput,
) -> Result<Output, Error>
To recover the PRF output, the receiver performs unblinding of the blind evaluation result by Elgamal decryption.