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库(v 2.1.3)提供了一个自动参数选择工具,以帮助为给定的密文评估函数选择最佳参数值。
但是,当前版本的 SEAL 仅支持整数编码器。换句话说,它只支持输入是整数加密的情况。
有没有办法扩展 SEAL 中的自动参数选择工具以覆盖 FractionalEncoder?换句话说,有没有办法调整自动参数选择工具来处理评估函数的输入是有理数的情况?