#include <AAGKeyGeneration.h>
Public Member Functions | |
AAGProtocolInstance (int N, const vector< Word > &aSbgp, const vector< Word > &bSbgp, const Word &aDecomp, const Word &bDecomp) | |
vector< Word > | getAlicePublicSbgp () const |
vector< Word > | getBobPublicSbgp () const |
vector< Word > | getAliceConjSbgp () const |
vector< Word > | getBobConjSbgp () const |
Word | getAliceKey () const |
Word | getBobKey () const |
Word | getSharedKey () const |
Static Public Member Functions | |
static AAGProtocolInstance | random (int N, int num_gens, int min_len, int max_len, int AliceDecompositionLength, int BobDecompositionLength) |
Private Attributes | |
vector< Word > | AlicePublicSbgp |
vector< Word > | BobPublicSbgp |
Word | AliceKeyDecomposition |
Word | BobKeyDecomposition |
Word | AliceKey |
Word | BobKey |
vector< Word > | AliceConjugatedSbgp |
vector< Word > | BobConjugatedSbgp |
Word | theSharedKey |
Definition at line 23 of file AAGKeyGeneration.h.
|
|
|
Definition at line 53 of file AAGKeyGeneration.h. References AliceConjugatedSbgp. |
|
Definition at line 56 of file AAGKeyGeneration.h. References AliceKey. |
|
Definition at line 51 of file AAGKeyGeneration.h. References AlicePublicSbgp. |
|
Definition at line 54 of file AAGKeyGeneration.h. References BobConjugatedSbgp. |
|
Definition at line 57 of file AAGKeyGeneration.h. References BobKey. |
|
Definition at line 52 of file AAGKeyGeneration.h. References BobPublicSbgp. |
|
Definition at line 58 of file AAGKeyGeneration.h. References theSharedKey. |
|
|
|
Definition at line 81 of file AAGKeyGeneration.h. Referenced by getAliceConjSbgp(). |
|
Definition at line 78 of file AAGKeyGeneration.h. Referenced by getAliceKey(). |
|
Definition at line 75 of file AAGKeyGeneration.h. |
|
Definition at line 72 of file AAGKeyGeneration.h. Referenced by getAlicePublicSbgp(). |
|
Definition at line 82 of file AAGKeyGeneration.h. Referenced by getBobConjSbgp(). |
|
Definition at line 79 of file AAGKeyGeneration.h. Referenced by getBobKey(). |
|
Definition at line 76 of file AAGKeyGeneration.h. |
|
Definition at line 73 of file AAGKeyGeneration.h. Referenced by getBobPublicSbgp(). |
|
Definition at line 84 of file AAGKeyGeneration.h. Referenced by getSharedKey(). |