MCPcopy Create free account
hub / github.com/OpenMined/TenSEAL / Create

Method Create

tenseal/cpp/tensors/bfvvector.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 template <typename... Args>
27 static encrypted_t Create(Args&&... args) {
28 return shared_ptr<BFVVector>(
29 new BFVVector(std::forward<Args>(args)...));
30 }
31
32 /**
33 * Decrypts and returns the plaintext representation of the encrypted vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected