Hu Yuguang
Hu Yuguang
the current code is: ``` //Multiplication Bigint operator*(Bigint const &); Bigint &operator*=(Bigint const &); Bigint operator*(long long const &); Bigint &operator*=(int const &); ``` why not be "Bigint &operator*=(long long...
the current code is: ``` //Multiplication Bigint operator*(Bigint const &); Bigint &operator*=(Bigint const &); Bigint operator*(long long const &); Bigint &operator*=(int const &); ``` why not be "Bigint &operator*=(long long...
the current code is: ``` //Multiplication Bigint operator*(Bigint const &); Bigint &operator*=(Bigint const &); Bigint operator*(long long const &); Bigint &operator*=(int const &); ``` why not be "Bigint &operator*=(long long...
The CurveParam hardcode use the u^2 = -1 and if I want to use u^2=-2, how can I do?
There are some comments in http_parser.cc, line 1837: /\* Here we call the headers_complete callback. This is somewhat \* different than other callbacks because if the user returns 1, we...
There are so many "long" in code. The "long" in x64 linux(gcc) is 64bits, but in x86 system, it's 32bits. Can I change all the long to int32_t?
"make check" and the compiler said the file missing.
工作原理?
这个东西的工作原理是什么?GFW应该是通过端口镜像获得ip包,是并联的吧?这个东西是不是得网关串联接入?
https://github.com/gondree/libpdp/blob/master/modules.html missing And, please add some document ...
opt_atePairing(pairing_prod, pubkeys[0].ec2, hashed_msg_point, !delay_exp); what is the delay_exp? I check the opt_atePairing in bn.h, the define is: void opt_atePairing(Fp12T& f, const Fp2T Q[2], const Fp P[2]) ``` bool Bls::verifyAggSig(const std::vector...