#include <pk.h>
Inheritance diagram for GParms:


Private Member Functions | |
| GParms (const num &gg) | |
| Constructor specifying a group generator. | |
| GParms (const num &a, const num &b) | |
| Constructor specifying the coefficients in the equation of an elliptic curve: in char p: y 2 = x 3 + a x + b in char 2: y 2 + x y = x 3 + a x 2 + b. | |
| bool | isChar2 () const |
| Predicate used to determine if underlying field is of characteristic 2. | |
| bool | discriminant () const |
| Predicate used to test whether discrimant is nonzero. | |
Constructor specifying the coefficients in the equation of an elliptic curve:
in char p: y 2 = x 3 + a x + b
in char 2: y 2 + x y = x 3 + a x 2 + b.
| a | the first coefficient | |
| b | the second coefficient |
| bool discriminant | ( | ) | const [private] |
Predicate used to test whether discrimant is nonzero.
| bool isChar2 | ( | ) | const [inline, private] |
Predicate used to determine if underlying field is of characteristic 2.
| ISC Cryptographic Development Kit - User's Guide | |
| Questions? E-mail ISC technical support | |
| Copyright© 2002-2006 Information Security Corp. All rights reserved. |