Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 SEAL 中的密钥加密明文? 对称变体是否有助于增加密文的噪声预算,或以其他方式改善同态评估?
SEAL 3.2 中没有实现对称密钥原语。有一些好处:
对称密钥方案的唯一问题是密文不能轻易地重新随机化,因为没有公钥,就没有任何简单的方法可以创建新的零加密。因此,创建可证明安全的协议可能很困难或不可能,其中计算依赖于来自密钥所有者以外的其他来源的私有数据(通过multiply_plain和add_plain)。
multiply_plain
add_plain