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 2.3.1 无法实现,那么未来的 SEAL 版本是否可以实现?
目前 SEAL 中没有此功能。SEAL 是一个低级库,旨在仅提供最基本的构建块;在 SEAL 中包含诸如 sqrt 之类的高级函数是不合理的,因为它的最佳评估方式(根据加密数据)在很大程度上取决于上下文。因此,SEAL API 不太可能提供 sqrt。