We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c80912 commit 5b84eefCopy full SHA for 5b84eef
config/runner.json
@@ -11,6 +11,16 @@
11
"vcVersion": "2.0"
12
}
13
},
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
24
"ecdsa-sd-2023": {
25
"tags": ["ecdsa-sd-2023"],
26
"interop": {
tests/suites/algorithms-jcs.js
@@ -16,7 +16,7 @@ import chai from 'chai';
import {endpoints} from 'vc-test-suite-implementations';
export function ecdsaJcs2019Algorithms() {
- const cryptosuite = 'ecdsa-jcs-2022';
+ const cryptosuite = 'ecdsa-jcs-2019';
const {tags} = config.suites[
cryptosuite
];
0 commit comments