first commit
This commit is contained in:
12
lib/Security/DigestAlg.php
Normal file
12
lib/Security/DigestAlg.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Security;
|
||||
|
||||
abstract class DigestAlg
|
||||
{
|
||||
|
||||
const SHA256 = 'SHA256';
|
||||
|
||||
const SHA512 = 'SHA512';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user