0.0.8 • Published 10 months ago
@arweave/wasm-secp256k1 v0.0.8
wasm-secp256k1
The libsecp256k1 C library compiled to WASM and wrapped with an ultralight TypeScript API.
Building
Project uses and requries following dependencies:
# Display usage and targets
make sense
# Build
git submodule update --init --recursive
make build
# Publish
make publish