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);
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
<script type="module" src="./static/js/sm4.min.js"></script>
|
||||
|
||||
<script type="module" src="./static/js/SM.js"></script>
|
||||
<script type="text/javascript" src="./static/js/SM.js"></script>
|
||||
|
||||
<script type="module" src="./static/js/aes.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user