Home
last modified time | relevance | path

Searched defs:CamenischShoupKey (Results 1 – 1 of 1) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/crypto/
Dcamenisch_shoup.h73 struct CamenischShoupKey { struct
74 BigNum p; // A safe prime.
75 BigNum q; // A different safe prime.
76 BigNum n; // p * q
77 uint64_t s; // n^(s+1) is the modulus for the scheme.
101 CamenischShoupKey GenerateCamenischShoupKey(Context* ctx, int n_length_bits, argument