Giter Club home page Giter Club logo

ethdkg's Issues

WHY? "As BLS public keys reside in G2"

It is mentioned in the paper that As BLS public keys reside in G, the signature is in G

I want to know why? Or conversely, put the bls public key in G1 and the signature in G2.

I learned that on the bls12381 curve, both are possible. Ethereum 2 chose the latter "the bls public key is placed in G1 and the signature is placed in G2

We can choose to use either group for public keys, as long as we use the other group for signatures: the pairing function doesn't care; everything still works if we swap the groups over. The original paper describing BLS aggregate signatures has public keys in G2G2​ and signatures in G1G1​, while for Ethereum 2 we made the opposite choice.
ref: https://eth2book.info/capella/part2/building_blocks/signatures/#sync-aggregates

There is another idea that I don’t know if it is correct: the pairing operation in e(P1, Q1) = e(P2, Q2) will not change whether the public key is in G1 or G2.

@PhilippSchindler

Docker setup failed due to the new ubuntu 20.04 image

I'm trying to exec the docker_init.sh script but, while executing ethdkg:latest building, I get the following output:

E: Unable to locate package python3.7-dev
E: Couldn't find any package by glob 'python3.7-dev'
E: Couldn't find any package by regex 'python3.7-dev'

I have seen in https://github.com/P0cL4bs/wifipumpkin3/issues/43 what the cause might be. Changing "FROM ubuntu:devel" to "FROM ubuntu:18.04" solves the problem.

I would love to get an update on this issue.

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.