Giter VIP home page Giter VIP logo

Comments (4)

JanBobolz avatar JanBobolz commented on August 26, 2024

Hey,

we offer two kinds of pairing groups, (1) a built-in (pretty inefficient) Java pairing group, and (2) a wrapper for the much faster mcl.
For the paper, we used the latter, but the code in this repository defaults to the former (so that it can be easily run without having to install additional external C++ libraries).

Now unfortuntely (at least for this request), we have reworked all of our library and completely broke the API that Clarc depended on. The same is true for our wrapper mclwrap for (2). So to make that work, we will have to find the right (old, compatible) version of mclwrap and of mcl.

We can probably find the appropriate old versions so that the benchmarks can be reproduced. Maybe give us a week for that, you've caught us at a busy time 🙈.

Sorry for the inconvenience.

from upb.crypto.clarc.

sachaservan avatar sachaservan commented on August 26, 2024

Ah I see, makes sense. I had a hunch it wasn't using mcl but given the readme didn't have any information on this I was hoping it was something dumb on my end.

from upb.crypto.clarc.

JanBobolz avatar JanBobolz commented on August 26, 2024

Hi,

with the new commit you should now be able to just run the ./install_mcl.sh script and then future runs of clarc should use the new mcl pairing.

I've also pushed a Dockerfile to make this more easily reproducible.

from upb.crypto.clarc.

sachaservan avatar sachaservan commented on August 26, 2024

Thanks a lot for the speedy response and fix. It's working now!

If anyone else is running this on MacOS, you need to move the jawt_md.h and jni_md.h
from
/Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/include/darwin
to
/Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/include.

Otherwise ./install_mcl.sh will fail.

from upb.crypto.clarc.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.