GithubHelp home page GithubHelp logo

demorepo's Introduction

Mina reference signer

See main.c for an example usage of how to sign a payment and a stake delegation.

Building

Running make will build the reference_signer and unit_tests.

Repository overview

  • blake2 files: implementation of the blake2b hash function.
  • base10: files for printing field elements in base 10
  • crypto: group operations and the signer
  • pasta files: implementations of the arithmetic of the base and scalar fields of the Pallas curve.
  • base58 files: implementation of base58check encoders and decoders.
  • poseidon: Poseidon hash function
  • utils: small utilities

Unit tests

The unit tests run automatically as part of the build. However, you can also run them manually. There are three modes of operation.

Quiet mode

./unit_tests

The exit value of the process is set when if the unit tests fail. Any errors are printed to stderr.

Verbose mode

./unit_tests v

This prints extra information about addresses and signatures to stdout.

Ledger-gen mode

./unit_tests ledger_gen

This mode is used to automatically generate the unit tests for the Ledger device that contain the target values from this reference signer.

demorepo's People

Contributors

imeckler avatar jspada avatar

Stargazers

HusoNode avatar  avatar  avatar Vegasirius avatar

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.