Helper

expr_modn

Section paillier_params
Type Lemma
Proof Lines 3

Signature

Lemma expr_modn (k : nat) : g ^+ k = g ^+ (k %% n)%N.

Description

Exponentiation of g depends only on exponent mod n

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 GitHub
Loading source code...
← Back to Stats