|
Class Summary |
| GF2Matrix |
This class describes some operations with matrices over finite field GF(2)
and is used in ecc and MQ-PKC (also has some specific methods and
implementation) |
| GF2mMatrix |
This class describes some operations with matrices over finite field GF(2m)
with small m (1< m <32). |
| GF2mVector |
This class implements vectors over the finite field
GF(2m) for small m (i.e.,
1<m<32). |
| GF2Vector |
This class implements the abstract class Vector for the case of
vectors over the finite field GF(2). |
| Matrix |
This abstract class defines matrices. |
| Permutation |
This class implements permutations of the set {0,1,...,n-1} for some given n
> 0, i.e., ordered sequences containing each number m (0 <=
m < n)
once and only once. |
| Vector |
This abstract class defines vectors. |