摘要:
https://github.com/stefano81/dcpabe.git Over prime fields, we call an elliptic curve E supersingular if #E(Fq) = q+1 (Weil reciprocity). Let f and g b 阅读全文
摘要:
import com.google.gson.Gson;import com.google.gson.GsonBuilder;import com.google.gson.annotations.Expose;public class A { @Expose private int id = 1; 阅读全文
摘要:
// x1,_ = kG , r = (x1 + e) mod N, s = (d + 1)^-1 * (k - rd mod N) mod N// t = (r + s) mod N, x1, _ = sG + tdG, r == (x1 + e) mod N//R = kG, s = k - h 阅读全文