上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 58 下一页
摘要: 1.引言 1.1背景 目前, 在大数据和云计算等应用的驱动下, 数据的隐私保护问题越来越受到人们的重视. 全同态加密(fully homomorphic encryption, FHE) 是目前用来解决数据隐私保护的主要技术手段之一。 全同态加密是一种加密技术,它可以使得加密后的数据在计算过程中保持 阅读全文
posted @ 2023-04-20 11:30 zJanly 阅读(202) 评论(0) 推荐(0)
摘要: package mainimport ( "encoding/json" "fmt")type b struct { Params []interface{} `json:"params,omitempty"`}func main() { v := []interface{}(nil) v = ap 阅读全文
posted @ 2023-03-24 16:16 zJanly 阅读(22) 评论(0) 推荐(0)
摘要: 鲁宏说:“人的个性,像树的年轮,是一圈又一圈地发展出去的。婴儿的一圈,代表爱与享受;孩童的一圈,代表创作与幻想;少年的一圈,是玩耍及嬉戏;青少年的一圈,是情爱及探索;而成年人的一圈,则象征现实与责任。一个完全的人,要具备上述所有特征。” https://www.math.ucdavis.edu/~a 阅读全文
posted @ 2023-03-15 15:08 zJanly 阅读(61) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/pandamohist/p/13882020.html #include "iostream"struct B { virtual void f() {} uint64_t b;};struct C { virtual void fc() {} uin 阅读全文
posted @ 2023-03-14 18:53 zJanly 阅读(21) 评论(0) 推荐(0)
摘要: package mainimport ( "encoding/binary" "fmt" "os" "syscall" "unsafe")func F(a, b uint64) uint64 { r := make([]uint64, 1) cadd(r, 9, 8) return a + b + 阅读全文
posted @ 2023-03-13 15:44 zJanly 阅读(109) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/huha666/article/details/121305696 https://blog.csdn.net/cooper_1/article/details/103637741 阅读全文
posted @ 2023-03-13 11:30 zJanly 阅读(24) 评论(0) 推荐(0)
摘要: 4个城市群 因此:未来的大学,将变成一个鸡肋 很多人会放弃上大学的。本来大学的学位就太多,加上一些人放弃上大学,未来中国的大学,至少空余50%以上的学位没人上。 此时:中国大学的改革时刻终于来了 一些大学会开始务实。不能继续当【文凭工厂流水线】了。应该会开始教学生一些实实在在的本事,增强学生的竞争力 阅读全文
posted @ 2023-03-13 10:41 zJanly 阅读(208) 评论(0) 推荐(0)
摘要: package eimport ( "encoding/hex" "fmt" "golang.org/x/crypto/sha3" "testing")func TestName(t *testing.T) { h := sha3.NewShake256() h.Write([]byte("msg0 阅读全文
posted @ 2023-03-10 17:03 zJanly 阅读(52) 评论(0) 推荐(0)
摘要: if (d==s) return d;if ((uintptr_t)s-(uintptr_t)d-n <= -2*n) return memcpy(d, s, n); s - d - n mod p <= -2n mod ps - d -n < 0 s - d -n <= -2n s < d + n 阅读全文
posted @ 2023-03-10 11:11 zJanly 阅读(35) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_34303897/article/details/91539534 https://www.bbsmax.com/A/mo5kbjl4Jw/ 阅读全文
posted @ 2023-03-10 10:11 zJanly 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 58 下一页