bls_lib icon indicating copy to clipboard operation
bls_lib copied to clipboard

BLS Signature Library

Results 3 bls_lib issues
Sort by recently updated
recently updated
newest added

Hey, I would like to use your signature aggregation algorithm in the cryptocurrency that I am developing in order to reduce the block size. What tests and research do I...

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...

I have many messages (for example, 2^32), can I use your code to aggregate? For example, I sig the messages one by one, and then I aggregate all the signatures,...