Browse Source

Init libsodium

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
5d24c29dd4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/utils/crypto_util.dart

+ 1 - 0
lib/utils/crypto_util.dart

@@ -101,6 +101,7 @@ class CryptoUtil {
 
   static init() {
     _computer.turnOn(workersCount: 4);
+    Sodium.init();
   }
 
   static EncryptionResult encryptSync(Uint8List source, Uint8List key) {