Fabcoin Core
0.16.2
P2P Digital Currency
|
The XTR public key system. More...
Go to the source code of this file.
Classes | |
class | GFP2Element |
an element of GF(p^2) More... | |
class | GFP2_ONB< F > |
GF(p^2), optimal normal basis. More... | |
Functions | |
void | XTR_FindPrimesAndGenerator (RandomNumberGenerator &rng, Integer &p, Integer &q, GFP2Element &g, unsigned int pbits, unsigned int qbits) |
Creates primes p,q and generator g for XTR. More... | |
GFP2Element | XTR_Exponentiate (const GFP2Element &b, const Integer &e, const Integer &p) |
The XTR public key system.
The XTR public key system by Arjen K. Lenstra and Eric R. Verheul
Definition in file xtr.h.
GFP2Element XTR_Exponentiate | ( | const GFP2Element & | b, |
const Integer & | e, | ||
const Integer & | p | ||
) |
void XTR_FindPrimesAndGenerator | ( | RandomNumberGenerator & | rng, |
Integer & | p, | ||
Integer & | q, | ||
GFP2Element & | g, | ||
unsigned int | pbits, | ||
unsigned int | qbits | ||
) |