Giter Site home page Giter Site logo

bls's People

Contributors

asonnino avatar

Stargazers

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

Watchers

 avatar  avatar

bls's Issues

Any document or guidance for new one to use your BLS lib?

I'm not a crypto guys, but I'm intereted in the propoerties of BLS for group threhold signing. I would like to build some application based on existing lib or tools on GitHub. Can you give me some suggestions how to use your code or any document of this repo?

hash function not compatible with python3

I hack the code like this:

def hash(elements):
""" generates a Bn hash by hashing a number of EC points """
""" Cstring = b",".join([str(x) for x in elements]) # not compatible with python3 """
Cstring = ",".join([str(x) for x in elements]).encode() # compatible now
return sha256(Cstring).digest()

lagrange_basis functions throws an error

Lagrange Basis function throws an Attribute Error at the line

return (numerator * denominator.mod_inverse(o)) % o

Specifically:
AttributeError: 'int' object has no attribute 'mod_inverse'

Attempts to solve this by forcing denominator to a Bn cause further errors.

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.