12 #ifndef HELIB_ZEROVALUE_H
13 #define HELIB_ZEROVALUE_H
15 #include <helib/Ctxt.h>
16 #include <helib/Ptxt.h>
45 return Ctxt(ZeroCtxtLike, x);
54 inline Ptxt<BGV> zeroValue<Ptxt<BGV>>(
const Ptxt<BGV>& x)
56 return Ptxt<BGV>(x.getContext());
65 inline Ptxt<CKKS> zeroValue<Ptxt<CKKS>>(
const Ptxt<CKKS>& x)
67 return Ptxt<CKKS>(x.getContext());
72 #endif // HELIB_ZEROVALUE_H
T zeroValue(const T &x)
Given an object x return a zero object of the same type.
Definition: zeroValue.h:29
Definition: apiAttributes.h:21
Ctxt zeroValue< Ctxt >(const Ctxt &x)
Given a Ctxt return a zero object of the same type.
Definition: zeroValue.h:43
A Ctxt object holds a single ciphertext.
Definition: Ctxt.h:273