Giter VIP home page Giter VIP logo

Comments (10)

omershlo avatar omershlo commented on July 17, 2024

chain code is the result of a ECDH key exchange:

  • input: each party choose random number a,b
  • output: abG where G is the EC generator

is this what you meant ?

from kms-secp256k1.

Wahahahahahahahahahaha avatar Wahahahahahahahahahaha commented on July 17, 2024

hi,
What's the difference between abG and public key Q?

from kms-secp256k1.

Wahahahahahahahahahaha avatar Wahahahahahahahahahaha commented on July 17, 2024

And,
In the 2P-algorithm of the whilt paper, there is a symbol that its meaning was not explained. Please confirm it.

from kms-secp256k1.

omershlo avatar omershlo commented on July 17, 2024

If I understand you correctly, Q and abG are the same.

What symbol do you refer to?

from kms-secp256k1.

Wahahahahahahahahahaha avatar Wahahahahahahahahahaha commented on July 17, 2024

I dont't think so. Because abG is chain code that is used for all key derivations. So the chain code abG cann't be opened. However the pubilc key Q can be opened that is used for Verifying the signature of the transaction. And what do you think about it ? Thanks

from kms-secp256k1.

Wahahahahahahahahahaha avatar Wahahahahahahahahahaha commented on July 17, 2024

If the chain code abG is opened everyone could deduce all keys. Then assets eof blockchain's wallets is unsafe.

from kms-secp256k1.

Wahahahahahahahahahaha avatar Wahahahahahahahahahaha commented on July 17, 2024

I will tell you the symbol I refer to because formulas cannot be edited on Git

from kms-secp256k1.

omershlo avatar omershlo commented on July 17, 2024

right right, sorry for misleading you.
Q the public key and cc= abG have the same structure but different meaning.
cc is computed using diffie helman key exchange and we don't really care about the a and b, cc is used for key generation, known to both parties and even if it goes public an attacker will only be able to derive public keys and not compromise the secret keys.
Q is a specific public key that in our case is the result of multiplicative secret sharing

from kms-secp256k1.

Wahahahahahahahahahaha avatar Wahahahahahahahahahaha commented on July 17, 2024

from kms-secp256k1.

omershlo avatar omershlo commented on July 17, 2024

no problem.
Can you be more specific about your question please?
what vector of indices are you referring to? maybe put a link to the code?

from kms-secp256k1.

Related Issues (17)

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.