Git Product home page Git Product logo

Comments (1)

nadav-fireblocks avatar nadav-fireblocks commented on July 19, 2024 2

You probably don't have libsecp256k1 installed properly.

We've recently added support for: running tests in Docker for multiple platforms,
the code can be built using either Makefile or CMake,
and its recommended to follow our GitHub Actions as an example of that.

To answer your other questions, further context might be required.

Derived keys, which you may encounter in hd_derive.cpp normally refer to BIP32 and to BIP44.
BIP32 also explains what is a "chain code".

These definitions are all compliant to what is commonly knows as a "Hierarchical Deterministic (HD) Wallet"

As for this question:

What section of code that compute signature of parties to final signature?

The computation of the final signature itself is concluded in the final round of MPC,
and it depends on results of prior rounds of MPC.

As for pointing to the section of code, the answer changes between different signing protocols.
The most classical example can be seen here get_cmp_signature.

from mpc-lib.

Related Issues (7)

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.