diff --git a/lib/src/webcrypto/webcrypto.pbkdf2.dart b/lib/src/webcrypto/webcrypto.pbkdf2.dart index c82544b2..37fcc46e 100644 --- a/lib/src/webcrypto/webcrypto.pbkdf2.dart +++ b/lib/src/webcrypto/webcrypto.pbkdf2.dart @@ -49,8 +49,6 @@ part of 'webcrypto.dart'; /// {@endtemplate} /// /// [1]: https://www.rfc-editor.org/rfc/rfc8018 -// TODO: Rewrite all RFC links to use https://www.rfc-editor.org/rfc/rfcXXXX - final class Pbkdf2SecretKey { final Pbkdf2SecretKeyImpl _impl;