Spaces:
Running
Running
File size: 406 Bytes
a6a5d8e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"name": "@szl-holdings/a11oy-qec-integrity",
"version": "0.1.0",
"description": "QEC-derived receipt integrity primitives (Hamming, Shor, CSS, Kitaev) for a11oy",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"license": "Apache-2.0",
"author": "Stephen P. Lutar",
"repository": "github:szl-holdings/a11oy",
"publishConfig": {
"access": "restricted"
}
}
|