Skip to content

Commit ffa14a0

Browse files
authoredDec 9, 2021
Preparation 3.0 (#323)
* Preparation 3.0 * Update with ECS and Rector * Bugs fixed
1 parent b84ea38 commit ffa14a0

File tree

4 files changed

+0
-36
lines changed

4 files changed

+0
-36
lines changed
 

‎ES256K.php

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* The MIT License (MIT)
7-
*
8-
* Copyright (c) 2014-2020 Spomky-Labs
9-
*
10-
* This software may be modified and distributed under the terms
11-
* of the MIT license. See the LICENSE file for details.
12-
*/
13-
145
namespace Jose\Component\Signature\Algorithm;
156

167
final class ES256K extends ECDSA

‎HS1.php

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* The MIT License (MIT)
7-
*
8-
* Copyright (c) 2014-2020 Spomky-Labs
9-
*
10-
* This software may be modified and distributed under the terms
11-
* of the MIT license. See the LICENSE file for details.
12-
*/
13-
145
namespace Jose\Component\Signature\Algorithm;
156

167
final class HS1 extends HMAC

‎HS256_64.php

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* The MIT License (MIT)
7-
*
8-
* Copyright (c) 2014-2020 Spomky-Labs
9-
*
10-
* This software may be modified and distributed under the terms
11-
* of the MIT license. See the LICENSE file for details.
12-
*/
13-
145
namespace Jose\Component\Signature\Algorithm;
156

167
use Jose\Component\Core\JWK;

‎RS1.php

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* The MIT License (MIT)
7-
*
8-
* Copyright (c) 2014-2020 Spomky-Labs
9-
*
10-
* This software may be modified and distributed under the terms
11-
* of the MIT license. See the LICENSE file for details.
12-
*/
13-
145
namespace Jose\Component\Signature\Algorithm;
156

167
final class RS1 extends RSAPKCS1

0 commit comments

Comments
 (0)
Please sign in to comment.