Wiselib
|
#include <securedfsclustering.h>
Static Public Member Functions | |
static PubKey | generate_random_ECpoint () |
static PrivKey | generate_random_ECfactor () |
static PubKey | multiply (PrivKey k, PubKey P) |
static PubKey | divide (PrivKey k, PubKey P) |
static PubKey | encrypt (PubKey P) |
static PubKey | decrypt (PubKey P) |
static PrivKey wiselib::ECGDH::generate_random_ECfactor | ( | ) | [inline, static] |
static PubKey wiselib::ECGDH::generate_random_ECpoint | ( | ) | [inline, static] |