Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Socialbox\Enums\Status;
|
||||||
|
|
||||||
|
enum EncryptionChannelMessageStatus : string
|
||||||
|
{
|
||||||
|
case SENT = 'SENT';
|
||||||
|
case RECEIVED = 'RECEIVED';
|
||||||
|
case REJECTED = 'REJECTED';
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue