Merge pull request #15423 from jumpserver/pr@v3@feat_add_new_alg

feat: add a new piico gm alg
This commit is contained in:
Chenyang Shen 2025-05-15 17:44:34 +08:00 committed by GitHub
commit 30210dc0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
cipher_alg_id = {
"sm4_ebc": 0x00000401,
"sm4_cbc": 0x00000402,
"sm4_mac": 0x00000405,
}