Remove GMAC algorithm (for now)
It can't be implemented with the current version of the API
This commit is contained in:
parent
fd2aed4d76
commit
2282cfa660
3 changed files with 0 additions and 15 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue