Class LWEKeyPairImpl

Page Contents

Class Documentation

class lbcrypto::LWEKeyPairImpl

Class that stores the LWE scheme secret key, public key pair; ((A, b), s)

Public Functions

inline LWEKeyPairImpl(const LWEPublicKey &Av, const LWEPrivateKey &s)
inline LWEKeyPairImpl(LWEPublicKey &&Av, LWEPrivateKey &&s) noexcept
inline bool good()

Public Members

LWEPublicKey publicKey = {nullptr}
LWEPrivateKey secretKey = {nullptr}