#include "Word.h"
#include "ThLeftNormalForm.h"
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
struct | TTP_Conf |
Set of parameters required to construct the protocol instance. More... | |
class | BSets |
Implements construction of the initial commuting sets of subgroup generators. More... | |
class | TTPTuple |
Implements tuples corresponding to the putput of TTP algorithm. More... | |
class | MatrixFp |
class | AEKeyExchange |
Typedefs | |
typedef pair< MatrixFp, Permutation > | ProdElement |
typedef pair< int, Permutation > | BurauGenerator |
typedef pair<int,Permutation> BurauGenerator |
Definition at line 199 of file AEProtocol.h.
typedef pair<MatrixFp,Permutation> ProdElement |
Definition at line 198 of file AEProtocol.h.