@aztec/secp256k1

v1.2.0
Javascript wrapper around the secp256k1 curve
aztec blockchain confidentiality cryptography ethereum privacy protocol

build:dev

yarn clean && babel --copy-files --out-dir ./lib --root-mode upward ./src

build

yarn clean && babel --copy-files --out-dir ./lib --root-mode upward ./src

build:prod

yarn build

clean

shx rm -rf ./lib

lint

eslint --ignore-path ../../.eslintignore .

has:changed

bash ../monorepo-scripts/ci/hasChanged.sh secp256k1

test

mocha ./test --bail --colors --exit --recursive --reporter spec --timeout 0 --trace-warnings

watch

yarn build:dev --watch
npm i @aztec/secp256k1

Metadata

Downloads