Neeraj Gupta 2 éve
szülő
commit
94bad27956
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      lib/utils/crypto_util.dart

+ 3 - 0
lib/utils/crypto_util.dart

@@ -457,6 +457,9 @@ class CryptoUtil {
     }
     }
   }
   }
 
 
+  // derives a Login key as subKey from the given key by applying KDF
+  // (Key Derivation Function) with the `loginSubKeyId` and
+  // `loginSubKeyLen` and `loginSubKeyContext` as context
   static Future<Uint8List> deriveLoginKey(
   static Future<Uint8List> deriveLoginKey(
     Uint8List key,
     Uint8List key,
   ) {
   ) {