Skip to content

Commit befb9e9

Browse files
committed
Add initial jcs 2019 config and update cryptosuite name.
1 parent c4db008 commit befb9e9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

config/runner.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
"vcVersion": "2.0"
1212
}
1313
},
14+
"ecdsa-jcs-2019": {
15+
"tags": ["ecdsa-jcs-2019"],
16+
"proofLengths": {
17+
"P-256": 64,
18+
"P-384": 96
19+
},
20+
"interop": {
21+
"vcVersion": "2.0"
22+
}
23+
},
1424
"ecdsa-sd-2023": {
1525
"tags": ["ecdsa-sd-2023"],
1626
"interop": {

tests/suites/algorithms-jcs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import chai from 'chai';
1616
import {endpoints} from 'vc-test-suite-implementations';
1717

1818
export function ecdsaJcs2019Algorithms() {
19-
const cryptosuite = 'ecdsa-jcs-2022';
19+
const cryptosuite = 'ecdsa-jcs-2019';
2020
const {tags} = config.suites[
2121
cryptosuite
2222
];

0 commit comments

Comments
 (0)