PekeDevil
PekeDevil
I managed to install charm on Ubuntu with PBC as the chosen math libraries by following [this tutorial](https://lrusso96.github.io/blog/cryptography/2021/03/04/charm-setup.html). Despite following the above tutorial, I also had to install the following...
I think a somehow similar issue was [discussed in the past](https://github.com/zeutro/openabe/issues/43). However, I do not know if update mentioned there was done. The official website of zeutro seems down, so...
I'm working with OpenABE and at first, I also ran into some issues while installing. Did you make sure to run `sudo -E ./deps/install_pkgs.sh` before jumping to `. ./env make`...
For decryption, you need to specify a ciphertext, a secret key, and some public parameters, let's call them PK. Public parameters are not exchangeable. I don't think this is an...
There is a [Rust binding](https://github.com/stegos/rust-pbcintf) that was last updated four years ago. But if you want just a pairing-based cryptography library written in pure Rust you may want to check...
Hi! We are going to need more information than this... Did you install all the dependencies in `sudo -E ./deps/install_pkgs.sh`? Did you run into any errors or did some dependencies...
Sorry, I did not try dulalsaurab method and managed to not have to change bison at all. I just made sure that all the packages were installed and it worked....
Let's go one by one. In general, information to use Rabe can be found [here](https://docs.rs/rabe/latest/rabe/). There are many different schemes offered by Rabe: BSW07, KP-ABE FAME, FAME, LW11, YCT14, etc....
CP-ABE, by its nature, usually produces big ciphertext. If it's too much for the available bandwidth, you have some options: - Choose a different CP-ABE scheme. OpenABE uses Waters11, which...
You did not provide much information: OS or the device you're trying to install in. However, this may be useful for you: https://github.com/JHUISI/charm/issues/285#issuecomment-1161483283