From 9c0cf2531cbf9f98ce8b1e1706652a4017568eb2 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 27 Feb 2024 08:50:07 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 9a35652..0d1bbb1 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,3 @@ https://github.com/authpass/argon2_ffi cmake --build . cp Debug\argon2_ffi.dll C:\kdbx.dart\argon2_ffi_plugin.dll ``` - -# OLD INFO: - -# TODO - -* For v4 argon2 support would be required. Unfortunately there are no dart - implementations, or bindings yet. (as far as I can find). - * Reference implementation: https://github.com/P-H-C/phc-winner-argon2 - * Rust: https://github.com/bryant/argon2rs/blob/master/src/argon2.rs - * C#: https://github.com/mheyman/Isopoh.Cryptography.Argon2 -