See: Description
| Class | Description |
|---|---|
| CountingBilinearGroup |
A
BilinearGroup implementing a fast, but insecure pairing over Zn. |
| CountingBilinearGroupImpl |
A
BilinearGroupImpl implementing a fast, but insecure pairing over Zn. |
| CountingBilinearMap |
A
BilinearMap implementing a fast, but insecure pairing over Zn. |
| CountingBilinearMapImpl |
A
BilinearMapImpl implementing a fast, but insecure pairing over Zn. |
| CountingGroup |
Zn-based group that supports counting group operations, inversions, squarings and exponentiations as well as
number of terms in each multi-exponentiation.
|
| CountingGroupElement |
An element of
CountingGroup. |
| CountingGroupElementImpl |
An element of
CountingGroupImpl able to count group operations, inversions and squarings
it is involved with. |
| CountingGroupImpl |
Zn-based group that supports counting group operations, inversions, squarings and exponentiations as well as
number of terms in each multi-exponentiation.
|
| CountingHomomorphism |
A homomorphism between two
CountingGroups. |
| CountingIsomorphismImpl |
Implements an isomorphism between two
CountingGroupImpls. |
| HashIntoCountingGroup |
Allows hashing a byte array to
CountingGroup. |
| HashIntoCountingGroupImpl |
Allows hashing a byte array to a
CountingGroupImpl via HashIntoZn. |