Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
enum SigningKeyState : string
|
||||
{
|
||||
case ACTIVE = 'active';
|
||||
case EXPIRED = 'expired';
|
||||
case NOT_FOUND = 'not_found';
|
||||
case ACTIVE = 'ACTIVE';
|
||||
case EXPIRED = 'EXPIRED';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue