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 代码中搜索了它们的实现,但找不到任何实现,尽管我认为第一个仅实现为evaluator.relinearize().
evaluator.relinearize()
你的观察是正确的。SEAL 2.3.1 仅实现了刷新操作的 flag="Relinearize" 变体。ValidityCheck 根本没有在 SEAL 2.3.1 中实现。