Parcourir la source

Document method

Neeraj Gupta il y a 2 ans
Parent
commit
94bad27956
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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(
     Uint8List key,
   ) {