Private key implementation. More...
Functions | |
EpidStatus | CreatePrivKey (PrivKey const *priv_key_str, EcGroup *G1, FiniteField *Fp, PrivKey_ **priv_key) |
Constructs internal representation of PrivKey. More... | |
void | DeletePrivKey (PrivKey_ **priv_key) |
Deallocate storage for internal representation of PrivKey. More... | |
Private key implementation.