Remove GMAC algorithm (for now)

It can't be implemented with the current version of the API
This commit is contained in:
Adrian L. Shaw 2019-07-11 15:51:45 +01:00
parent fd2aed4d76
commit 2282cfa660
3 changed files with 0 additions and 15 deletions

View file

@ -845,7 +845,6 @@
#define PSA_ALG_CBC_MAC ((psa_algorithm_t)0x02c00001)
/** The CMAC construction over a block cipher */
#define PSA_ALG_CMAC ((psa_algorithm_t)0x02c00002)
#define PSA_ALG_GMAC ((psa_algorithm_t)0x02c00003)
/** Whether the specified algorithm is a MAC algorithm based on a block cipher.
*