bplib
bplib copied to clipboard
A bilinear pairing library for petlib
Results
12
bplib issues
Sort by
recently updated
recently updated
newest added
fix OpenSSL changed "BN_zero" causing error gdanezis/bplib#17 with quick fix proposed by @bbosch-d
Hi, when I try to install bplib on Ubuntu 22.04, I get this error: ``` bplib/src/bp_fp2.c: In function ‘FP2_zero’: bplib/src/bp_fp2.c:111:9: error: invalid use of void expression 111 | if (!BN_zero(a->f[0])...