Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit 7d5071747b - Show all commits

View file

@ -4,7 +4,6 @@
enum SigningKeyState : string enum SigningKeyState : string
{ {
case ACTIVE = 'active'; case ACTIVE = 'ACTIVE';
case EXPIRED = 'expired'; case EXPIRED = 'EXPIRED';
case NOT_FOUND = 'not_found';
} }