摘要: 来自阿里的PEGASUS框架中的同态线性变换(明文矩阵-密文向量乘法)算法。 原文链接:Pegasus: Bridging polynomial and non-polynomial evaluations in homomorphic encryption 标记比较复杂,尝试用尽量好理解的语言pa 阅读全文
posted @ 2022-03-27 11:26 Akiho 阅读(144) 评论(0) 推荐(0)
摘要: Description 用SEAL中实现的BFV方案完成一个面向整数的同态加密方案。 初始化 设置公开参数 所有的参数包含在一个EncryptionParameter对象当中,初始化一个对象打包了三个参数poly_modulus_degree、coeff_modulus和plain modulus。 阅读全文
posted @ 2022-03-27 00:21 Akiho 阅读(406) 评论(0) 推荐(0)