diff --git a/apps/common/sdk/gm/piico/cipher.py b/apps/common/sdk/gm/piico/cipher.py index 250e19d9b..13333900d 100644 --- a/apps/common/sdk/gm/piico/cipher.py +++ b/apps/common/sdk/gm/piico/cipher.py @@ -1,6 +1,7 @@ cipher_alg_id = { "sm4_ebc": 0x00000401, "sm4_cbc": 0x00000402, + "sm4_mac": 0x00000405, }