Skip to content

Commit ff9d6b3

Browse files
committed
Remove unused keys
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
1 parent 3be6da2 commit ff9d6b3

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

test/_keys/Keys.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public static function createEcdsaKeys(): void
4141
'private_ec512' => Key\InMemory::file(__DIR__ . '/ecdsa/private_ec512.key'),
4242
'public_ec512' => Key\InMemory::file(__DIR__ . '/ecdsa/public_ec512.key'),
4343
'public2_ec512' => Key\InMemory::file(__DIR__ . '/ecdsa/public2_ec512.key'),
44-
'private_short' => Key\InMemory::file(__DIR__ . '/ecdsa/private_ec160.key'),
45-
'public_short' => Key\InMemory::file(__DIR__ . '/ecdsa/public_ec160.key'),
4644
];
4745
}
4846

test/_keys/ecdsa/private_ec160.key

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/_keys/ecdsa/public_ec160.key

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)