for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace IonBazan\AliyunSigner\Digest;
/**
* @deprecated Use HmacSHA256Digest instead.
*/
class Digest extends HmacSHA256Digest
{
}