@anonklub/halo2-eth-membership
Version:
Wasm Rust crate for verifying Secp256k1 signatures
34 lines • 954 B
JSON
{
"name": "@anonklub/halo2-eth-membership",
"version": "0.2.0",
"author": "0xisk <0xisk@proton.me>",
"description": "Wasm Rust crate for verifying Secp256k1 signatures",
"keywords": [
"wasm",
"ecdsa",
"Secp256k1",
"rust"
],
"license": "MIT",
"repository": "https://github.com/anonklub/anonklub",
"homepage": "https://github.com/anonklub/anonklub",
"bugs": "https://github.com/anonklub/anonklub/issues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*.{js,ts,wasm}",
"README.md",
"CHANGELOG.md"
],
"module": "dist/index.js",
"sideEffects": [
"dist/index.js"
],
"scripts": {
"compile": "rimraf dist && wasm-pack build . --release --target web --out-dir dist --out-name index --scope anonklub",
"format.cargo": "cargo fmt -- --check",
"format.cargo.fix": "cargo fmt",
"lint.cargo": "cargo clippy",
"lint.cargo.fix": "cargo clippy --fix"
}
}