mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
push new test cases
This commit is contained in:
@@ -55,6 +55,14 @@ export const fullSigAlgs: TestCase[] = [
|
||||
domainParameter: '65537',
|
||||
keyLength: '2048',
|
||||
},
|
||||
{
|
||||
dgHashAlgo: 'sha512',
|
||||
eContentHashAlgo: 'sha512',
|
||||
hashFunction: 'sha256',
|
||||
sigAlg: 'rsa',
|
||||
domainParameter: '65537',
|
||||
keyLength: '4096'
|
||||
},
|
||||
{
|
||||
dgHashAlgo: 'sha512',
|
||||
eContentHashAlgo: 'sha512',
|
||||
@@ -172,6 +180,14 @@ export const fullSigAlgs: TestCase[] = [
|
||||
keyLength: '512',
|
||||
},
|
||||
// secp
|
||||
{
|
||||
dgHashAlgo: 'sha1',
|
||||
eContentHashAlgo: 'sha1',
|
||||
hashFunction: 'sha1',
|
||||
sigAlg: 'ecdsa',
|
||||
domainParameter: 'secp256r1',
|
||||
keyLength: '256'
|
||||
},
|
||||
{
|
||||
dgHashAlgo: 'sha256',
|
||||
eContentHashAlgo: 'sha224',
|
||||
|
||||
Reference in New Issue
Block a user