uncomment tests

This commit is contained in:
ayman
2025-01-15 20:21:09 +05:30
parent c256521786
commit b008e18169

View File

@@ -23,38 +23,38 @@ const sigAlgs = [
keyLength: '3072',
checkNullifier: true,
},
// {
// dgHashAlgo: 'sha256',
// eContentHashAlgo: 'sha256',
// sigAlg: 'rsa',
// hashFunction: 'sha256',
// domainParameter: '65537',
// keyLength: '2048',
// },
// {
// dgHashAlgo: 'sha1',
// eContentHashAlgo: 'sha256',
// sigAlg: 'rsa',
// hashFunction: 'sha256',
// domainParameter: '65537',
// keyLength: '2048',
// },
// {
// dgHashAlgo: 'sha1',
// eContentHashAlgo: 'sha1',
// sigAlg: 'ecdsa',
// hashFunction: 'sha1',
// domainParameter: 'secp256r1',
// keyLength: '256',
// },
// {
// dgHashAlgo: 'sha256',
// eContentHashAlgo: 'sha224',
// sigAlg: 'ecdsa',
// hashFunction: 'sha224',
// domainParameter: 'brainpoolP224r1',
// keyLength: '224',
// },
{
dgHashAlgo: 'sha256',
eContentHashAlgo: 'sha256',
sigAlg: 'rsa',
hashFunction: 'sha256',
domainParameter: '65537',
keyLength: '2048',
},
{
dgHashAlgo: 'sha1',
eContentHashAlgo: 'sha256',
sigAlg: 'rsa',
hashFunction: 'sha256',
domainParameter: '65537',
keyLength: '2048',
},
{
dgHashAlgo: 'sha1',
eContentHashAlgo: 'sha1',
sigAlg: 'ecdsa',
hashFunction: 'sha1',
domainParameter: 'secp256r1',
keyLength: '256',
},
{
dgHashAlgo: 'sha256',
eContentHashAlgo: 'sha224',
sigAlg: 'ecdsa',
hashFunction: 'sha224',
domainParameter: 'brainpoolP224r1',
keyLength: '224',
},
];
const fullSigAlgs = [