Skip to content

Commit

Permalink
Remove unused keys
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
  • Loading branch information
lcobucci committed Aug 17, 2022
1 parent 2f1b356 commit ade69d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions test/_keys/Keys.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public static function createEcdsaKeys(): void
'private_ec512' => Key\InMemory::file(__DIR__ . '/ecdsa/private_ec512.key'),
'public_ec512' => Key\InMemory::file(__DIR__ . '/ecdsa/public_ec512.key'),
'public2_ec512' => Key\InMemory::file(__DIR__ . '/ecdsa/public2_ec512.key'),
'private_short' => Key\InMemory::file(__DIR__ . '/ecdsa/private_ec160.key'),
'public_short' => Key\InMemory::file(__DIR__ . '/ecdsa/public_ec160.key'),
];
}

Expand Down
4 changes: 0 additions & 4 deletions test/_keys/ecdsa/private_ec160.key

This file was deleted.

4 changes: 0 additions & 4 deletions test/_keys/ecdsa/public_ec160.key

This file was deleted.

0 comments on commit ade69d9

Please sign in to comment.