Skip to content

Compiles c++ secp256k1 pedersen commitments, borromean ring signatures, and ZK range proofs into JavaScript.

Notifications You must be signed in to change notification settings

etwallet/eosjs-secp256k1

 
 

Repository files navigation

Compiles c++ secp256k1 implementation into JavaScript.

Currently this project focuses only on the pedersen blind transfer methods. A from-scratch JavaScript implementation did not exist.

BUILD

git submodule update --init --recursive
docker build -t secp256k1-js .
yarn
yarn configure
yarn make
yarn test

DEVELOPMENT

sudo chown -R $(whoami) .
yarn make

CREDIT

About

Compiles c++ secp256k1 pedersen commitments, borromean ring signatures, and ZK range proofs into JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • HTML 3.4%