See: Description
| Class | Description |
|---|---|
| ConstLazyGroupElement |
Represents a constant value.
|
| ExpLazyGroupElement |
Represents an exponentiation with a base and exponent.
|
| HashIntoLazyGroup |
A
HashIntoGroupImpl wrapper implementing deferred (lazy) evaluation. |
| HashResultLazyGroupElement |
Represents the result of hashing a byte array to some structure.
|
| HomomorphismResultLazyGroupElement |
Represents the result of applying a group homomorphism to some group element.
|
| InvLazyGroupElement |
Represents the result of inverting a group element.
|
| LazyBilinearGroup |
A
BilinearGroupImpl wrapper implementing deferred (lazy) evaluation. |
| LazyBilinearMap |
A
BilinearMapImpl wrapper implementing deferred (lazy) evaluation. |
| LazyGroup |
A
GroupImpl wrapper implementing deferred (lazy) evaluation for abelian groups with known finite order. |
| LazyGroupElement |
Abstract class providing the base for different lazy group operation results.
|
| LazyGroupHomomorphism |
A
GroupHomomorphismImpl wrapper implementing deferred (lazy) evaluation. |
| NeutralLazyGroupElement |
Represents the neutral group element in the lazy evaluation framework.
|
| OpLazyGroupElement |
Represents the result of a group operation.
|
| PairingResultLazyGroupElement |
Represents the result of a pairing evaluation.
|
| RandomGroupElement |
Represents the result of generating a group element unformly at random.
|
| RandomNonNeutralGroupElement |
Represents the result of generating a non-neutral group element uniformly at random.
|
| Enum | Description |
|---|---|
| LazyGroupElement.ComputationState |