Main
paillier_dec_correct
Signature
Lemma paillier_dec_correct (m : 'Z_n) (r : {unit 'Z_n2}) : paillier_dec lambda (paillier_enc m r) = Some m.
Description
Decryption with the canonical key recovers the original message
Uses (0)
This lemma does not use any other lemmas from the stats.
Used By (0)
No lemmas in the stats use this lemma.
Coq Source Code
View on GitHubLoading source code...