UNPKG

@bitcoinerlab/secp256k1

Version:

A library for performing elliptic curve operations on the secp256k1 curve. It is designed to integrate into the BitcoinJS & BitcoinerLAB ecosystems and uses the audited noble-secp256k1 library. It is compatible with environments that do not support WASM,

11 lines (9 loc) 179 B
import commonjs from 'rollup-plugin-commonjs'; export default { input: './index.js', output: { file: './dist/index.js', format: 'cjs' }, plugins: [commonjs()] };