for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MiladRahimi\Jwt\Cryptography\Algorithms\Ecdsa;
class ES256KSigner extends AbstractEcdsaSigner
{
protected static string $name = 'ES256K';
}