From 2f36fb5b449d9cdc640d01a5b193d5a72c8d690b Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 19 Feb 2019 16:30:53 +0100 Subject: [PATCH] Remove convert tracker from README.md --- tools/test_modules/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/test_modules/README.md b/tools/test_modules/README.md index 621917e5d..a8b4e5f2b 100644 --- a/tools/test_modules/README.md +++ b/tools/test_modules/README.md @@ -22,9 +22,3 @@ If the algorithm has ambiguous hashes (e.g. partial case-insensetivity), the tes * For some sligthly more complex modules with PBKDF2 and encryption, see [m18400.pm](m18400.pm) and [m18600.pm](m18600.pm) * For a test module with hashlist preprocessing and a custom salt generation algorithm, see [m05600.pm](m05600.pm) -NOTE: - -In order to not have double work while migrating existing code to test modules, here's a work sheet for everyone who wants to contribute. Simply put your name to reserve a particular mode here: - -https://docs.google.com/spreadsheets/d/14uxfwDiq316Qad0ILavWD2eeYSVr4vn2HD58hdlL35g/edit#gid=0 -