Giter Club home page Giter Club logo

jpbc's Introduction

Hi there 👋 I’m Emiliano

I am a web3 builder, researcher and investor with a strong interest in security

My journey in web3 starts in Q4/2019, I’ve been contributing as builder and security researcher, contributing to projects like Yearn and Synthetix, and bootstrapping new products.

Occasionally I invest in teams and projects as an angel and advisor.

Discover more on my website.

Contact me if you’re interested chatting more about web3 or a project you’re working on.

Connect with me

Emiliano | Twitter Emiliano | Twitter

jpbc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jpbc's Issues

JPBC elliptic curve

I want to use JPBC library to generate a G1 group without using billinear map,and find G1's generator and its order.I don't know how to do it?

Question about dependency

I used

com.github.emilianobonassi
jpbc
v2.0.0

it does not work, I got missing artifact problem. Then I use the following:

com.github.emilianobonassi
jpbc
2.0.0

It works.

In your pom.xml
4.0.0
it.unisa.dia.gas
jpbc
pom
2.0.0
not v2.0.0
Am I right?

older versions code dependency

Hi, we have project based on your jpbc project.

However, it has the dependency it.unisa.dia.gas
on packages jpbc-api, jpbc-plaf with version 1.2.1

<dependency>
    <groupId>it.unisa.dia.gas</groupId>
    <artifactId>jpbc-api</artifactId>
    <version>1.2.1</version>
</dependency>
    <dependency>
    <groupId>it.unisa.dia.gas</groupId>
    <artifactId>jpbc-plaf</artifactId>
    <version>1.2.1</version>
</dependency>

we have updated the dependency as explained by the readme to

  <dependency>
      <groupId>com.github.emilianobonassi</groupId>
      <artifactId>jpbc</artifactId>
      <version>2.0.0</version>
  </dependency>

now the maven synchronization succeeds but compilation fails since it cannot find classes like

import it.unisa.dia.gas.jpbc.CurveParameters;
import it.unisa.dia.gas.plaf.jpbc.pairing.DefaultCurveParameters;

which probably are used in previous versions.

I can see that from the github repo we cant get an older version like 1.2.1, do you have any suggestion on how to proceed ?
Maybe we can download some older jars and add them as external dependency ?

Thanks

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.