kaka 5 лет назад
Родитель
Сommit
f196bd406e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      assets/Scripts/mk/util/EncryptUtil.ts

+ 1 - 1
assets/Scripts/mk/util/EncryptUtil.ts

@@ -1,5 +1,5 @@
 import { hmacSha256 } from "./encrypt/hmacSha256";
-import * as CryptoJS from "./encrypt/rsa/crypto-js";
+import * as CryptoJS from "./encrypt/aes.js";
 
 
 /**