摘要:
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 阅读全文
摘要:
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: 阅读全文