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

Method decrypt

tenseal/cpp/context/tensealcontext.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208}
209void TenSEALContext::decrypt(const Ciphertext& encrypted,
210 Plaintext& destination) const {
211 return this->decryptor()->decrypt(encrypted, destination);
212}
213
214void TenSEALContext::decrypt(const SecretKey& sk, const Ciphertext& encrypted,
215 Plaintext& destination) const {

Callers

nothing calls this directly

Calls 3

decryptorMethod · 0.95
seal_contextMethod · 0.95
DecryptorClass · 0.85

Tested by

no test coverage detected