diff --git a/lib/src/x3dh.dart b/lib/src/x3dh.dart index 810231e..6249a3b 100644 --- a/lib/src/x3dh.dart +++ b/lib/src/x3dh.dart @@ -71,7 +71,6 @@ Future> kdf(List km) async { ); final output = await algorithm.deriveKey( secretKey: SecretKey(input), - // TODO(PapaTutuWawa): Fix nonce: List.filled(32, 0x00), info: utf8.encode('OMEMO X3DH'), );