for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\JWT\Signer\HMAC;
use Zenstruck\JWT\Signer\HMAC;
/**
* @author Alessandro Nadalin <[email protected]>
* @author Kevin Bond <[email protected]>
*/
final class HS256 extends HMAC
{
* {@inheritdoc}
public function name()
return 'HS256';
}
protected function hashingAlgorithm()
return 'sha256';