摘要: func F(d int, s string) { fmt.Println(s) fmt.Println(d)} go build -gcflags="all=-N -l" -buildmode=plugin 2.go go build -ldflags='-s -w' . https://gith 阅读全文
posted @ 2020-11-25 19:06 zJanly 阅读(333) 评论(0) 推荐(0) 编辑
摘要: A bilinear pairing is a map e : G1 × G2 → G3 where G1, G2 are additive groups, G3 is a multiplicative group, and the map is linear in each component: 阅读全文
posted @ 2020-11-25 11:30 zJanly 阅读(76) 评论(0) 推荐(0) 编辑