@chainsafe/blst-linux-arm64-gnu
Version:
Typescript wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library
34 lines • 630 B
JSON
{
"name": "@chainsafe/blst-linux-arm64-gnu",
"version": "2.2.0",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "blst.linux-arm64-gnu.node",
"files": [
"blst.linux-arm64-gnu.node"
],
"description": "Typescript wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library",
"keywords": [
"bls",
"bls12-381",
"blst",
"crypto",
"ethereum",
"napi"
],
"license": "Apache-2.0",
"engines": {
"node": ">= 16"
},
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/blst-ts"
},
"libc": [
"glibc"
]
}