Home
last modified time | relevance | path

Searched refs:ConstLWEPrivateKey (Results 1 – 2 of 2) sorted by relevance

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/binfhe/include/
H A Dbinfhecontext.h77 using ConstLWEPrivateKey = const std::shared_ptr<const LWEPrivateKeyImpl>; variable
159 LWECiphertext Encrypt(ConstLWEPrivateKey sk, const LWEPlaintext &m,
169 void Decrypt(ConstLWEPrivateKey sk, ConstLWECiphertext ct,
180 std::shared_ptr<LWESwitchingKey> KeySwitchGen(ConstLWEPrivateKey sk,
181 ConstLWEPrivateKey skN) const;
188 void BTKeyGen(ConstLWEPrivateKey sk);
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/binfhe/lib/
H A Dbinfhecontext.cpp137 LWECiphertext BinFHEContext::Encrypt(ConstLWEPrivateKey sk,
148 void BinFHEContext::Decrypt(ConstLWEPrivateKey sk, ConstLWECiphertext ct,
154 ConstLWEPrivateKey sk, ConstLWEPrivateKey skN) const {
158 void BinFHEContext::BTKeyGen(ConstLWEPrivateKey sk) {