Interface | Description |
---|---|
Element |
Elements of groups, rings and fields are accessible using the
Element
interface. |
ElementPow |
Common interface for the exponentiation.
|
ElementPowPreProcessing |
If it knows in advance that a particular value will be raised several times
then time can be saved in the long run by using preprocessing.
|
Field<E extends Element> |
Represents an algebraic structure.
|
FieldOver<F extends Field,E extends Element> |
This interface represents an algebraic structure defined
over another.
|
Pairing |
This interface gives access to the pairing functions.
|
PairingParameters |
Represents the set of parameters describing a pairing.
|
PairingParametersGenerator<P extends PairingParameters> |
This interface lets the user to generate all the necessary parameters
to initialize a pairing.
|
PairingPreProcessing |
If it is known in advance that a particular element will be paired several times
then time can be saved in the long run by using preprocessing.
|
Point<E extends Element> |
This interface represents an element with two coordinates.
|
Polynomial<E extends Element> |
This element represents a polynomial through its coefficients.
|
PreProcessing |
Common interface for all pre-processing interfaces.
|
Vector<E extends Element> |
This element represents a vector through its coordinates.
|
Copyright © 2013. All rights reserved.