Skip to content

Commit 2630ef8

Browse files
authored
Merge ECC to jwt-core (#507)
Merge ECC to jwt-core
1 parent 01b07ec commit 2630ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2019 Spomky-Labs
3+
Copyright (c) 2014-2024 Spomky-Labs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Signature/RS1.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Jose\Experimental\Signature;
66

7-
use Jose\Experimental\RSAPKCS1;
7+
use Jose\Component\Signature\Algorithm\RSAPKCS1;
88

99
final class RS1 extends RSAPKCS1
1010
{

0 commit comments

Comments
 (0)