Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...


Summary

Excerpt

On Today's Call:

  • Review: Working Group status updatesPresentation:
  •  Open Discussion  (see notes below)

Connection Info

The call takes place over Zoom:  https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09

...

 4PM UTC, 8AM PDT, 9AM MDT, 11AM EDT


Welcome/Introductions

 

Hyperledger is committed to creating a safe and welcoming community for all. For more information please visit our Code of Conduct: Hyperledger Code of Conduct

...

  • Name (Organization) <email>
  • Steve McCown (Anonyome Labs) <smccown@anonyome.com> 
  • Michael Herman (Trusted Digital Web) mwherman@parallelspace.net 
  • Alexander Jonsson  (Laniakea Health) <alex@seropass.me>
  • Sam Curren
  • Bill
  • Himangshu Pan
  • Lokenath Bhowmick
  • Rounak Ghosh
  • Subhadeep Banerjee

Announcements

...

  • Main Identity WG
    • Meeting Notes:  2021-01-0620
      • "SSI with Biometrics" – Debajani MohantyKERI" – Sam Smith
      • KERI White Paper -- (full version; 140 pages)
      • Recording:  VIDEOTopics:  what happens when biometrics return more than one person's identity?  How is de-duplication performed?
  • Hyperledger Ursa
    • Homepage:  Hyperledger Ursa (EOL) 
    • 2021-01-06 20 Meeting Agenda
      • Distributed BBS+:  (https://www.orbs.com/wp-content/uploads/2019/04/Crypto_Group_signatures-2.pdf
      • Signature structure and types:
        1. "Simple" Signatures:  KeyGen, Sign, Verify.
        2. Blind Signatures.  KeyGen, Blind, Sign, (Blinded Sign?), Unblind, Verify.
        3. Threshold Signatures.  KeyGen (more complicated), SignShare, Combine, Verify.
          1. Multi-round threshold signature.  Can have extra definition for interactive protocols.  
          2. Can have multiple types of KeyGen.  
        4. Multisignatures.  Multiple signers have signed THE SAME message.
        5. Aggregate signatures.  Multiple signers have signed potentially different messages.
        6. Short group signatures.  Need precise definitions.
      • How should we handle MPC and communication?
      • Secure channel operations.  How about ratcheting?
      • Example:  ECDSADiscussion on zero knowledge framework (Avradip).  General discussion.
      • Discussion on signature interface.
        1. Some slight issues with Pairing+:  using old hash to curve.
        2. Discussion of blind signatures.
          1. Tricky to get public interface right.
          2. TODO:  Come up with better blind signature interface that is more misuse resistant.