| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
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.   | |
| 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.
| void XTR_FindPrimesAndGenerator | ( | RandomNumberGenerator & | rng, | 
| Integer & | p, | ||
| Integer & | q, | ||
| GFP2Element & | g, | ||
| unsigned int | pbits, | ||
| unsigned int | qbits | ||
| ) | 
| GFP2Element XTR_Exponentiate | ( | const GFP2Element & | b, | 
| const Integer & | e, | ||
| const Integer & | p | ||
| ) |