Fail with no key if algorithm is not NONE
This commit is contained in:
parent
f8eebbede0
commit
cb1847142e
5 changed files with 50 additions and 3 deletions
|
@ -11,6 +11,7 @@ enum class AlgorithmErrc
|
|||
{
|
||||
SigningErr = 1,
|
||||
VerificationErr,
|
||||
KeyNotFoundErr,
|
||||
NoneAlgorithmUsed, // Not an actual error!
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue