This repository was archived by the owner on Feb 26, 2025. It is now read-only.
File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"repository" : " https://github.com/mattrglobal/node-bbs-signatures" ,
7
7
"author" : " Mattr Limited" ,
8
- "license" : " Apache 2.0 " ,
8
+ "license" : " Apache-2 " ,
9
9
"private" : false ,
10
10
"scripts" : {
11
11
"demo" : " ts-node ./src/index.ts"
16
16
"typescript" : " 3.7.5"
17
17
},
18
18
"dependencies" : {
19
- "@mattrglobal/node-bbs-signatures" : " 0.5 .0"
19
+ "@mattrglobal/node-bbs-signatures" : " 0.8 .0"
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -64,10 +64,8 @@ const main = (): void => {
64
64
const isProofVerified = blsVerifyProof ( {
65
65
proof,
66
66
publicKey : keyPair . publicKey ,
67
- messageCount : messages . length ,
68
67
messages : messages . slice ( 0 , 1 ) ,
69
68
nonce : "nonce" ,
70
- revealed : [ 0 ] ,
71
69
} ) ;
72
70
73
71
const isProofVerifiedString = JSON . stringify ( isProofVerified ) ;
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @mattrglobal/node-bbs-signatures@0.5 .0 " :
6
- version "0.5 .0"
7
- resolved "https://registry.npmjs.org/@mattrglobal/node-bbs-signatures/-/node-bbs-signatures-0.5 .0.tgz#108ea921a2bf83f9d200fcce8a9e81a527b290ad "
8
- integrity sha512-u37BZmd+cWl3SJf6UhpN1DShD9UsOL5GdGoe2vdoGfJfV4Csa0q0s55oHwwT95RoACCUN5AAmzeapQjZAx0T7A ==
5
+ " @mattrglobal/node-bbs-signatures@0.8 .0 " :
6
+ version "0.8 .0"
7
+ resolved "https://registry.npmjs.org/@mattrglobal/node-bbs-signatures/-/node-bbs-signatures-0.8 .0.tgz#cc09b9da4db0b298e35f9313c4dcc9c69ab1f06f "
8
+ integrity sha512-jIPNlexenUXiqmISyo2+LV6hfGHFJAbex9BUcj+HZxdUPdmca30jG5x06TvIC/TuF1AiSIqJ5YsqTLBWA4X3Ig ==
9
9
dependencies :
10
10
neon-cli "0.4.0"
11
11
node-pre-gyp "0.14.0"
You can’t perform that action at this time.
0 commit comments