add AES algorithm ID

This commit is contained in:
Timo Teräs 2017-04-14 10:23:32 +03:00 committed by Frank Morgner
parent fe88222ffe
commit becd243fd6
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ extern "C" {
#define SC_ALGORITHM_DES 64
#define SC_ALGORITHM_3DES 65
#define SC_ALGORITHM_GOST 66
#define SC_ALGORITHM_AES 67
/* Hash algorithms */
#define SC_ALGORITHM_MD5 128