flat: 合并
This commit is contained in:
@@ -565,7 +565,6 @@ function aes_Decrypt(word, key) {
|
||||
return decrypt.toString(CryptoJS.enc.Utf8)
|
||||
}
|
||||
|
||||
|
||||
export function sm2_Decrypt(word, key) {
|
||||
return SM.decrypt(word, key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user