Template Class KeyPair
Defined in File keypair.h
Page Contents
Template Parameter Order
class Element
Class Documentation
-
template<class Element>
class lbcrypto::KeyPair Public Functions
-
inline KeyPair(const PublicKey<Element> &a, const PrivateKey<Element> &b)
-
inline explicit KeyPair(PublicKeyImpl<Element> *a = nullptr, PrivateKeyImpl<Element> *b = nullptr)
-
inline bool good() const
-
inline bool is_allocated() const
-
inline KeyPair(const PublicKey<Element> &a, const PrivateKey<Element> &b)