pbc
pbc copied to clipboard
The Pairing-based Crypto library
Is there a Rust implementation of this library?
`make all` makes gcc warn: ```text ecc/d_param.c: In function ‘d_out_str’: ecc/d_param.c:89:22: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 3 [-Wformat-overflow=] 89 | sprintf(s,...
The `INSTALL` doc says to run `./configure` but of course that file does not exist. Running `autotools` throws this error: ```text $ aclocal pbc/parser.y:20.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define...
The `simple.make` Makefile is incomplete and does not build `pbc/lex.yy.c` and `pbc/parser.tab.{h,o}` by default. The following works, howerver. ```sh make -f simple.make pbc/lex.yy.c make -f simple.make pbc/parser.tab.{h,o} make -f simple.make...
`alocal` warns: ```text aclocal: warning: couldn't open directory 'm4': No such file or directory ```
`alocal` warns: ```text pbc/parser.y:20.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated] 20 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose pbc/parser.y: warning: fix-its can be applied. Rerun with...
When I execute `./makedeb.sh` I get: ``` xaionaro@void:~/go/src/github.com/blynn/pbc$ ./makedeb.sh dpkg-buildpackage: info: source package libpbc dpkg-buildpackage: info: source version 0.5.14 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Jeroen...
Can I ask you a question?If the PBC library F-curve is used to generate the BN256 curve, what should be the parameters in F.PARAM
Thank you for the great library. I've had a little initial trouble setting this up because of the `subdir-objects` option is disabled. Adding the patch in the `autoconf` file as...
Hi, Is the PBC library support BLS12-381?