BLS Signatures and Key Sharing with Crypto Pairs

Поделиться
HTML-код
  • Опубликовано: 6 авг 2024
  • Demo: asecuritysite.com/encryption/...
    Pairing: asecuritysite.com/encryption/...
    Article: How To Create a General Election With a Single Signature for All Votes: Meet Boneh-Lynn-Shacham (BLS) signatures
    medium.com/asecuritysite-when...

Комментарии • 8

  • @TheDutchisGaming
    @TheDutchisGaming 2 года назад +4

    3:14 a*(b+c)=“a*b+b*c” should have been a*b+a*c
    See that this was fixed on the website.

  • @xiaofen7149
    @xiaofen7149 4 года назад

    Thanks for the nice description. Just wondering, if G changes then for each signature, the public key is changed. Is this true? Then for n numbers of signatures, how to store and share n numbers of public keys? and how to verify this is a valid public key, as this is not a fixed one of the signer (like a fixed mailing address)?

  • @DM_MOTO
    @DM_MOTO 3 года назад

    can you explain how to create a deterministic BLS public key using IETF's Hash to Curve Algorithm in a video

  • @cebugdev
    @cebugdev 4 года назад

    Hi, how about if its the m -of-n signature?

  • @neilychaima1298
    @neilychaima1298 3 года назад +1

    I need to use the BLS signature scheme in my project using python3 , how can I implement it ? is there a library for it ?

    • @TheDutchisGaming
      @TheDutchisGaming 2 года назад +1

      I know chia has a c++ library with Python bindings.

  • @Alikhan-ee7bs
    @Alikhan-ee7bs 4 года назад

    please can you share code

    • @BillBuchanan
      @BillBuchanan  4 года назад

      The code is in the link provided: asecuritysite.com/encryption/js_bls and lots of examples here: asecuritysite.com/encryption/#pairing